forked from Sylius/SyliusVariableProductBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (45 loc) · 1.4 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
41
42
43
44
45
46
{
"name": "sylius/variable-product-bundle",
"type": "symfony-bundle",
"description": "Product catalog system with support for product options and variants.",
"keywords": ["shop", "ecommerce", "products", "product", "assortment", "options", "variants"],
"homepage": "http://sylius.com",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "[email protected]",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusVariableProductBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"sylius/product-bundle": "~0.1",
"sylius/resource-bundle": "0.3.*",
"stof/doctrine-extensions-bundle": "1.1.*"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"doctrine/orm": "~2.2",
"symfony/form": "~2.3",
"symfony/validator": "~2.3"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\VariableProductBundle": "" }
},
"target-dir": "Sylius/Bundle/VariableProductBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}