-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 993 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
32
33
34
35
36
37
{
"name": "neumannitech/amazon-mws",
"description": "Amazon Marketplace Web Service libraries",
"type": "library",
"authors": [
{
"name": "Amazon.com, Inc.",
"homepage": "https://developer.amazonservices.de/"
},
{
"name": "Tobias Neumann",
"email": "neumanni.tech@gmail.com"
}
],
"license": "Apache-2.0",
"minimum-stability": "dev",
"require": {},
"include-path": [
"src/"
],
"autoload": {
"psr-0": {
"FBAInboundServiceMWS": "src/",
"FBAInventoryServiceMWS": "src/",
"FBAOutboundServiceMWS": "src/",
"MarketplaceWebService": "src/",
"MarketplaceWebServiceOrders": "src/",
"MarketplaceWebServiceProducts": "src/",
"MarketplaceWebServiceSellers": "src/",
"MWSEasyShipSectionService": "src/",
"MWSFinancesService": "src/",
"MWSMerchantFulfillmentService": "src/",
"MWSRecommendationsSectionService": "src/",
"MWSSubscriptionsService": "src/"
}
}
}