forked from Gregwar/FormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 907 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
{
"name": "gregwar/form-bundle",
"description": "Provides the \"entity_id\" type (read \"entity identifier\")",
"license": "MIT",
"require": {
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/form": "^2.8 || ^3.0 || ^4.0",
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
"symfony/property-access": "^2.8 || ^3.0 || ^4.0",
"doctrine/orm": "^2.2"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.3",
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bridge": "^2.8 || ^3.0 || ^4.0",
"symfony/yaml": "^2.8 || ^3.0 || ^4.0",
"symfony/templating": "^2.8 || ^3.0 || ^4.0"
},
"autoload": {
"psr-0": { "Gregwar\\FormBundle": "" }
},
"target-dir": "Gregwar/FormBundle",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
}
}