forked from davidtsadler/ebay-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated repo / composer name to be inline with newer SDK conventions
Add author info Prevent original DTS package as preserving old namespace for now Suggests to provide new pacakges for REST replacements
- Loading branch information
1 parent
962c8a1
commit 68a1221
Showing
1 changed file
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
|
@@ -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", | ||
|
@@ -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": "" | ||
} | ||
} |