-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
86 lines (86 loc) · 2.68 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "zvps/ebay-sell-php-client",
"version": "5.0.0",
"type": "library",
"license": "unlicense",
"authors": [
{
"name": "Kevin Andrews",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-account-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-analytics-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-compliance-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-feed-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-finances-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-fulfillment-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-inventory-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-listing-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-logistics-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-marketing-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-metadata-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-negotiation-php-client.git"
},
{
"type": "git",
"url": "https://github.com/zvps/ebay-sell-recommendation-php-client.git"
}
],
"require": {
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"zvps/ebay-sell-account-php-client": "dev-main",
"zvps/ebay-sell-analytics-php-client": "dev-main",
"zvps/ebay-sell-compliance-php-client": "dev-main",
"zvps/ebay-sell-feed-php-client": "dev-main",
"zvps/ebay-sell-finances-php-client": "dev-main",
"zvps/ebay-sell-fulfillment-php-client": "dev-main",
"zvps/ebay-sell-inventory-php-client": "dev-main",
"zvps/ebay-sell-listing-php-client": "dev-main",
"zvps/ebay-sell-logistics-php-client": "dev-main",
"zvps/ebay-sell-marketing-php-client": "dev-main",
"zvps/ebay-sell-metadata-php-client": "dev-main",
"zvps/ebay-sell-negotiation-php-client": "dev-main",
"zvps/ebay-sell-recommendation-php-client": "dev-main"
},
"minimum-stability": "dev"
}