forked from Sylius/SyliusPromotionBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (44 loc) · 1.32 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
{
"name": "sylius/promotions-bundle",
"type": "symfony-bundle",
"description": "Manage ecommerce promotions system in your Symfony2 application.",
"keywords": ["shop", "ecommerce", "promotions", "coupons", "discounts", "sylius"],
"homepage": "http://sylius.com",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusPromotionsBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"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\\PromotionsBundle\\": "" }
},
"target-dir": "Sylius/Bundle/PromotionsBundle",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
}
}