-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
100 lines (100 loc) · 3.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "zoopcommerce/commerce-order-module",
"description": "Commerce - Order Module",
"type": "library",
"keywords": [
"zoop",
"commerce",
"doctrine",
"zf2",
"zoop",
"shard",
"mongo"
],
"homepage": "http://zoopcommerce.com",
"authors": [
{
"name": "Josh Stuart",
"email": "josh.stuart@zoopcommerce.com"
},
{
"name": "Tim Roediger",
"email": "superdweebie@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Mashape/unirest-php"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-api-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-common-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-public-data-models-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-public-apis-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-store-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-user-module.git"
},
{
"type": "vcs",
"url": "git@github.com:zoopcommerce/commerce-test-data-module.git"
},
{
"type": "vcs",
"url": "https://github.com/zoopcommerce/mongodb-odm"
}
],
"require": {
"php": ">=5.4",
"zendframework/zendframework" : "2.3.1",
"aws/aws-sdk-php" : "2.*",
"codeguy/upload" : "dev-master#ff376306aacbd1005c7739dc171fae4edd96d8b7",
"doctrine/annotations" : "dev-master#a11349d39d85bef75a71bd69bd604ac4fb993f03 as dev-master",
"doctrine/doctrine-mongo-odm-module" : "1.0.x-dev",
"doctrine/doctrine-module" : "1.0.x-dev as 1.0",
"doctrine/mongodb-odm" : "dev-hotfix719 as 1.0.0-BETA9",
"doctrine/orm" : "2.4.0-RC2",
"dompdf/dompdf" : "dev-master#03ad3265797a338dce2d7064edd0cb4ebedb052b as dev-master",
"ezyang/htmlpurifier" : "v4.5.0",
"imagine/imagine" : "~0.6",
"mashape/unirest-php" : "~1.2",
"melihucar/ftpclient" : "dev-master#faab472b1f3118d4926b3cbfc7d21c9cba255c0f as dev-master",
"sendgrid/sendgrid" : "~2.1",
"willdurand/geocoder" : "2.4.*",
"zoopcommerce/commerce-public-apis-module" : "dev-master",
"zoopcommerce/commerce-public-data-models-module" : "dev-master",
"zoopcommerce/gateway-module" : "~2.0",
"zoopcommerce/shard-module" : "~4.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"squizlabs/php_codesniffer": "1.4.*",
"phpmd/phpmd": "2.*",
"zoopcommerce/commerce-test-data-module" : "dev-master",
"zoopcommerce/commerce-api-module" : "dev-master",
"zoopcommerce/commerce-common-module" : "dev-master",
"zoopcommerce/commerce-store-module" : "dev-master",
"zoopcommerce/commerce-user-module" : "dev-master"
},
"autoload": {
"psr-0": {
"Zoop\\Order": "src/"
}
}
}