forked from infinite-networks/InfiniteFormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (40 loc) · 1.07 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
41
{
"name": "infinite-networks/form-bundle",
"description": "A collection of useful form types and extensions for Symfony2",
"license": "MIT",
"authors": [
{
"name": "Tim Nagel",
"email": "t.nagel@infinite.net.au"
}
],
"support": {
"issues": "https://github.com/infinite-networks/InfiniteFormBundle/issues"
},
"require": {
"php": ">=5.3.2",
"doctrine/common": "~2.3",
"symfony/framework-bundle": "^2.3 || ^3.0",
"symfony/form": "^2.3 || ^3.0"
},
"require-dev": {
"symfony/symfony": "^2.3.5 || ^3.0",
"doctrine/orm": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"components/qunit": "*",
"components/jquery": "*",
"robloach/component-installer": "^0.2",
"symfony/phpunit-bridge": "^2.7"
},
"conflict": {
"twig/twig": "<1.12"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": { "Infinite\\FormBundle\\": "" }
}
}