forked from craue/CraueFormFlowBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 915 Bytes
/
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
{
"name": "craue/formflow-bundle",
"type": "symfony-bundle",
"description": "Multi-step forms for your Symfony2 project.",
"keywords": ["symfony2", "form"],
"homepage": "https://github.com/craue/CraueFormFlowBundle",
"license": "MIT",
"authors": [
{
"name": "Christian Raue",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/craue/CraueFormFlowBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1-dev,<2.3-dev",
"symfony/form": ">=2.1-dev,<2.3-dev"
},
"require-dev": {
"doctrine/common": "~2.3@stable",
"phpunit/phpunit": "~3.7.10@stable",
"sensio/framework-extra-bundle": ">=2.1-dev,<2.3-dev",
"symfony/symfony": ">=2.1-dev,<2.3-dev"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Craue\\FormFlowBundle": ""
}
},
"target-dir": "Craue/FormFlowBundle"
}