-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
34 lines (34 loc) · 1020 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
33
34
{
"name": "vespolina/commerce",
"description": "Vespolina ecommerce library handling customers, carts, orders and products",
"homepage": "http://vespolina-project.org",
"license": "MIT",
"authors": [
{
"name": "Vespolina Team",
"homepage": "https://github.com/vespolina/VespolinaCommerce/contributors"
}
],
"keywords": ["Vespolina", "product", "cart", "order", "partners", "ecommerce"],
"require": {
"php": ">=5.3.0",
"merk/dough": "*",
"vespolina/core": "*",
"vespolina/molino": "*",
"vespolina/taxonomy": "*"
},
"require-dev": {
"doctrine/phpcr-odm": "1.0.*",
"doctrine/mongodb-odm": "*",
"doctrine/orm" : "*",
"gedmo/doctrine-extensions": "*",
"jackalope/jackalope-doctrine-dbal": "1.0.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Vespolina": "lib/",
"Vespolina\\Tests": "tests/"
}
}
}