-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.22 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
{
"name": "avocode/form-extensions-bundle",
"type": "symfony-bundle",
"description": "Add additional form types to symfony2",
"license": "MIT and Apache-2.0",
"authors": [
{
"name": "Piotr Gołębiewski",
"email": "[email protected]",
"role": "Symfony2 bundle author"
},
{
"name": "Symfony community",
"homepage": "https://github.com/avocode/FormExtensions/graphs/contributors"
}
],
"require": {
"symfony/symfony": ">= 2.2.0",
"twig/twig": ">= 1.9.0",
"twig/extensions": "1.0.*",
"robloach/component-installer": ">= 0.0.11",
"afarkas/html5shiv": "~3.7",
"components/jquery": ">= 1.9.0, < 2.0.0",
"components/jqueryui": ">= 1.9.0",
"components/bootstrap": ">= 2.3.1",
"components/font-awesome": ">= 3.2.0"
},
"suggest": {
"cedriclombardot/admingenerator-generator-bundle": "The missing symfony2 admin generator",
"liip/imagine-bundle": "Apply filters on preview images"
},
"autoload": {
"psr-0": {
"Avocode\\FormExtensionsBundle": ""
}
},
"target-dir": "Avocode/FormExtensionsBundle"
}