-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 917 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
29
30
31
32
{
"name": "eo/ecommerce-bundle",
"type": "symfony-bundle",
"description": "A lightweight yet flexible ecommerce bundle based on Sylius and Spree",
"keywords": ["ecommerce", "product", "price", "order", "variant", "stock", "inventory"],
"homepage": "https://github.com/eymengunay/EoEcommerceBundle",
"license": "MIT",
"authors": [
{
"name": "Eymen Gunay",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": ">=2.1,<2.4-dev",
"doctrine/mongodb-odm-bundle": ">=2.1.0-dev"
},
"require-dev": {
"eo/symfony-test-edition": "dev-master"
},
"target-dir": "Eo/EcommerceBundle",
"autoload": {
"psr-0": {
"Eo\\EcommerceBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}