forked from Sylius/SyliusFlowBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (27 loc) · 875 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
{
"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": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusFlowBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.*"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\FlowBundle": "" }
},
"target-dir": "Sylius/Bundle/FlowBundle"
}