forked from smartboxgroup/core-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 950 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "smartbox/core-bundle",
"description": "Smartbox Core Bundle",
"type": "symfony-bundle",
"license": "MIT",
"autoload": {
"psr-4": {
"Smartbox\\CoreBundle\\": ""
}
},
"require": {
"php": ">=5.6",
"symfony/symfony": "~2.7.0",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~4.0",
"sensio/framework-extra-bundle": "~3.0",
"jms/serializer-bundle": "~0.13.0",
"doctrine/annotations": "~1.2.0"
},
"require-dev": {
"phpunit/php-code-coverage": "~4.0",
"phpunit/phpunit-mock-objects": "~3.2",
"phpunit/phpunit": "~5.4",
"sensio/generator-bundle": "~2.3",
"digitalnature/php-ref": "dev-master",
"snc/redis-bundle": "^1.1",
"predis/predis": "^1.0"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"prefer-stable" : true
}