forked from kbond/ZenstruckFormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.28 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
{
"name": "zenstruck/form-bundle",
"description": "Provides Twitter Bootstrap form theme, a help type extension, Ajax/Tunnel/Select2 entity form types and javascript helpers",
"keywords": ["form"],
"homepage": "http://zenstruck.com/project/ZenstruckFormBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Kevin Bond",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": "~2.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
"cocur/slugify": "~0.8",
"zendframework/zend-crypt": "~2.0,!=2.1.1"
},
"suggest": {
"cocur/slugify": "CocurSlugifyBundle is required for the grouped form feature",
"zenstruck/slugify-bundle": "If not using CocurSlugifyBundle, then this is required for the grouped form feature",
"zendframework/zend-crypt": "Required when using the ajax entity type 'use_controller' option. Version: ~2.0,!=2.1.1"
},
"autoload": {
"psr-0": { "Zenstruck\\Bundle\\FormBundle": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"target-dir": "Zenstruck/Bundle/FormBundle"
}