Skip to content

Commit

Permalink
Updated repo / composer name to be inline with newer SDK conventions
Browse files Browse the repository at this point in the history
Add author info
Prevent original DTS package as preserving old namespace for now
Suggests to provide new pacakges for REST replacements
  • Loading branch information
Caffe1neAdd1ct committed Oct 7, 2021
1 parent 962c8a1 commit 68a1221
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dts/ebay-sdk-php",
"name": "zvps/ebay-legacy-php-client",
"description": "An eBay SDK for PHP. Use the eBay API in your PHP projects.",
"keywords": ["ebay", "api", "sdk"],
"homepage": "http://devbay.net/",
Expand All @@ -9,11 +9,18 @@
{
"name": "David T. Sadler",
"email": "[email protected]",
"homepage": "http://davidtsadler.com"
"homepage": "http://davidtsadler.com",
"role": "Author/Creator"
},
{
"name": "Kevin Andrews",
"email": "[email protected]",
"homepage": "https://zvps.uk",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/davidtsadler/ebay-sdk-php/issues"
"issues": "https://github.com/zVPS/ebay-legacy-php-client/issues"
},
"require": {
"php": ">=5.5",
Expand All @@ -36,5 +43,24 @@
"DTS\\eBaySDK\\Test\\": "test/"
},
"classmap": ["build/"]
},
"conflict": {
"dts/ebay-sdk-php": "*"
},
"suggest": {
"ebay-sell-php-client": "",
"ebay-sell-analytics-php-client": "",
"ebay-sell-finances-php-client": "",
"ebay-sell-listing-php-client": "",
"ebay-sell-metadata-php-client": "",
"ebay-sell-compliance-php-client": "",
"ebay-sell-fulfillment-php-client": "",
"ebay-sell-logistics-php-client": "",
"ebay-sell-negotiation-php-client": "",
"ebay-sell-account-php-client": "",
"ebay-sell-feed-php-client": "",
"ebay-sell-inventory-php-client": "",
"ebay-sell-marketing-php-client": "",
"ebay-sell-recommendation-php-client": ""
}
}

0 comments on commit 68a1221

Please sign in to comment.