-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.04 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
{
"name": "spec-gen/state-workflow-spec-gen-bundle",
"license": "MIT",
"authors": [
{
"name": "Guillaume MOREL",
"email": "guillaume.morel@gmx.com"
}
],
"type": "library",
"description": "Specification generator for StateWorkflowBundle: https://github.com/gmorel/StateWorkflowBundle",
"autoload": {
"psr-4": {
"SpecGen\\StateWorkflowSpecGenBundle\\": ""
}
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.7",
"sensio/distribution-bundle": "~3.0,>=3.0.12",
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
"incenteev/composer-parameter-handler": "~2.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "~4",
"gmorel/state-workflow-bundle": "~1.0"
},
"scripts": {
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}