forked from jpsymfony/CoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 946 Bytes
/
composer.json
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": "jpsymfony/core-bundle",
"type": "symfony-bundle",
"description": "Symfony JpsymfonyCoreBundle",
"keywords": ["core management"],
"homepage": "https://github.com/jpsymfony/CoreBundle",
"license": "MIT",
"authors": [
{
"name": "Jean-Pierre (John) Saulnier",
"email": "[email protected]"
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"symfony/form": "^2.7 || ^3.0",
"symfony/framework-bundle": "^2.7 || ^3.0",
"sensio/framework-extra-bundle": "^3.0",
"symfony/console": "^2.7 || ^3.0",
"doctrine/orm": "^2.4",
"doctrine/doctrine-bundle": "~1.4",
"symfony/translation": "~2.3 || ^3.0",
"stof/doctrine-extensions-bundle": "~1.2",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"symfony/validator": "^2.7 || ^3.0",
"symfony/yaml": "^2.7 || ^3.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Jpsymfony\\CoreBundle\\": ""
}
}
}