forked from eBayEnter-zz-prise/RetailOrderManagement-SDK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
64 lines (64 loc) · 1.55 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
{
"name": "radial/retail-order-management",
"license": "OSL-3.0",
"description": "Software Development Kit for working with the Retail Order Management Web API",
"authors": [
{
"name": "Scott van Brug",
"email": "[email protected]"
},
{
"name": "Michael Phang",
"email": "[email protected]"
},
{
"name": "Michael A. Smith",
"email": "[email protected]"
},
{
"name": "Mike West",
"email": "[email protected]"
},
{
"name": "Reginald Gabriel",
"email": "[email protected]"
},
{
"name": "Ryan Tulino",
"email": "[email protected]"
},
{
"name": "Chris Kemmerer",
"email": "[email protected]"
}
],
"require-dev": {
"pdepend/pdepend": "~1.1",
"phpdocumentor/phpdocumentor": "~2.4",
"phploc/phploc": "~2.0",
"phpmd/phpmd": "~1.5",
"phpunit/phpunit": "~4.3",
"sebastian/phpcpd": "~2.0",
"squizlabs/php_codesniffer": "~1.5"
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
},
"autoload": {
"psr-0": {
"eBayEnterprise\\": "src/"
}
},
"autoload-dev": {
"psr-0": {
"eBayEnterprise\\": "tests/"
}
},
"require": {
"php": ">=5.4",
"rmccue/requests": "~1.6",
"videlalvaro/php-amqplib": "~2.4"
}
}