-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.11 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "traydigita/paapi5-php-sdk",
"version": "1.1.0",
"description": "(Official -> amzn/paapi5-php-sdk) ProductAdvertisingAPI 5.0 PHP SDK",
"keywords": [
"amazon",
"pa-api",
"paapi",
"paapi5.0",
"paapi5",
"paapi5-php-sdk",
"getitems",
"searchitems",
"getvariations",
"getbrowsenodes",
"ProductAdvertisingAPI"
],
"homepage": "https://webservices.amazon.com/paapi5/documentation/index.html",
"license": "Apache-2.0",
"authors": [
{
"name" : "Product Advertising API Team",
"homepage": "https://webservices.amazon.com/paapi5/documentation/index.html"
}
],
"require": {
"php": ">=5.5",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2||^7"
},
"require-dev": {},
"config": {
"optimize-autoloader": true
},
"autoload": {
"psr-4": { "Amazon\\ProductAdvertisingAPI\\v1\\" : "src/" },
"psr-0": { "Amazon\\ProductAdvertisingAPI\\v1\\" : "src/" }
}
}