Skip to content

Commit bf73509

Browse files
committed
Update Composer for Shipping as a Private Packagist Package
Adds a new name and some various other fields. Signed-off-by: Justin Yost <[email protected]>
1 parent c594208 commit bf73509

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

composer.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"name" : "amazon/paapiphpsdk",
2+
"name" : "thewirecutter/paapi5-php-sdk",
3+
"description": "Code from Amazon to support the Amazon Product Advertising API v5, PHP SDK.",
34
"version" : "1.0.0",
5+
"type": "library",
46
"keywords" : [
57
"amazon",
68
"php",
@@ -9,9 +11,14 @@
911
],
1012
"homepage" : "https://webservices.amazon.com/paapi5/documentation/index.html",
1113
"license" : "Apache2.0",
12-
"authors" : [{
13-
"name" : "Product Advertising API Team"
14-
}
14+
"authors" : [
15+
{
16+
"name" : "Product Advertising API Team"
17+
},
18+
{
19+
"name": "Justin Yost",
20+
"email": "[email protected]"
21+
}
1522
],
1623
"require" : {
1724
"php" : ">=5.5",

0 commit comments

Comments
 (0)