forked from genemu/GenemuFormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.04 KB
/
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
35
36
37
38
39
40
{
"name": "genemu/form-bundle",
"type": "form-bundle",
"description": "Extra Form",
"keywords": ["form", "extra form"],
"version": "1.0",
"license": "MIT",
"authors": [
{
"name": "Olivier Chauvel",
"email": "[email protected]"
},
{
"name": "Community contributions",
"homepage": "https://github.com/genemu/GenemuFormBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/form": "2.*"
},
"recommend": {
"symfony/twig-bridge": "2.*",
"symfony/doctrine-bridge": "2.*",
"symfony/doctrine-bundle": "2.*",
"symfony/http-kernel": "2.*",
"symfony/finder": "2.*"
},
"suggset": {
"symfony/mongodb-odm-bundle": "2.*",
"propel/propel-bundle": "2.*"
},
"autoload": {
"psr-0": {
"Genemu\\Bundle\\FormBundle": ""
}
},
"target-dir": "Genemu/Bundle/FormBundle"
}