forked from infinite-networks/InfiniteFormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (35 loc) · 922 Bytes
/
composer.json
File metadata and controls
36 lines (35 loc) · 922 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
35
36
{
"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.2",
"symfony/form": "~2.2"
},
"require-dev": {
"symfony/symfony": "~2.2",
"doctrine/orm": "~2.3",
"doctrine/doctrine-bundle": "~1.2",
"components/qunit": "*",
"components/jquery": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": { "Infinite\\FormBundle\\": "" }
}
}