forked from fillup/walmart-partner-api-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
34 lines (34 loc) · 902 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": "jpnathannew/walmart-partner-api-sdk-php",
"description": "PHP client for Walmart Partner APIs",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Phillip Shipley",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4",
"guzzlehttp/guzzle": "^5.3.1",
"jpnathannew/guzzle-services": "0.5.1",
"guzzlehttp/retry-subscriber": "^2.0.2",
"jpnathannew/walmart-auth-signature-php": "^1.0.3",
"jpnathannew/array2xml": "^0.5.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.24",
"satooshi/php-coveralls": "^1.0.1",
"silinternational/php-env": "^0.2.0"
},
"suggest": {
"roave/security-advisories": "Make sure you don't install dependencies with known issues. Install dev-master version."
},
"autoload": {
"psr-4": {
"Walmart\\": "src/"
}
}
}