forked from Sylius/SyliusFlowBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (35 loc) · 1.02 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
{
"name": "sylius/flow-bundle",
"type": "symfony-bundle",
"description": "Multiple action setups for Symfony2, build your checkouts/installers or whatever needs more than one step to complete.",
"keywords": ["checkout", "flow", "installation", "steps"],
"homepage": "http://sylius.org",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "[email protected]",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusFlowBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/yaml": "~2.1"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\FlowBundle": "" }
},
"target-dir": "Sylius/Bundle/FlowBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}