-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 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
33
{
"name": "macropage/php-ebay-sdk",
"description": "TESTING ONLY !!! - The Object files have been created with this wonderful project: https://github.com/WsdlToPhp/PackageGenerator",
"require": {
"roave/security-advisories": "dev-master",
"php": ">=5.6.9",
"ext-soap": "*",
"wsdltophp/packagebase": "~2.0",
"psr/log": "1.*",
"monolog/monolog": "^1.24",
"kint-php/kint": "^3.1"
},
"config": {
"discard-changes": true,
"secure-http": false,
"platform": {
"php": "5.6.9",
"ext-soap": "5.6.9"
}
},
"autoload": {
"classmap": [
"trading.php",
"finding.php",
"shopping.php",
"base.php",
"src_trading/",
"src_finding/",
"src_shopping/",
"soap_client_finding.php"
]
}
}