-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 945 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
{
"name": "dts/ebay-sdk-business-policies-management",
"description": "An eBay SDK for PHP. Use the eBay Business Policies Management API in your PHP projects.",
"keywords": ["ebay", "api", "sdk"],
"homepage": "http://devbay.net/",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "David T. Sadler",
"email": "[email protected]",
"homepage": "http://davidtsadler.com"
}
],
"support": {
"issues": "https://github.com/davidtsadler/ebay-sdk-business-policies-management/issues"
},
"require": {
"php": ">=5.3.9",
"dts/ebay-sdk": "~0.1"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0"
},
"autoload": {
"psr-0": {
"DTS\\eBaySDK\\BusinessPoliciesManagement\\": "src/",
"DTS\\eBaySDK\\BusinessPoliciesManagement\\Mocks\\": "test/"
}
}
}