forked from zaffar-saffee/amazon-mws-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (26 loc) · 827 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
{
"name": "zaffar-saffee/laravel5-amazon-mws",
"description": " Orignall from Peron/laravel5-amazon-mws, Spark implementation to Use Amazon's MWS web services with Laravel 5.x. Based on creacoon/amazon-mws-laravel package and modified to make it compatible with latest Laravel releases (+ bugfixes).",
"license": "Apache-2.0",
"keywords": ["API", "Amazon", "PHP", "MWS", "Laravel"],
"authors": [
{
"name": "Zaffar Saffee",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"ext-curl": "*",
"illuminate/support": "5.*"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
"Peron\\AmazonMws": "src/"
}
},
"minimum-stability": "stable"
}