Update readme file, Update composer.json file, Exception updates

Alle exceptions thrown in Response are now general AmazonError with json
return string for full compability
This commit is contained in:
2021-10-21 10:22:17 +09:00
parent 6f9bf781f2
commit 3b7f644ae9
6 changed files with 53 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "gullevek/amazon-incentives",
"description": "Amazon Gift on Demand Incentives",
"description": "Amazon Gift Codes, Gift on Demand, Incentives",
"keywords": ["AmazonGiftCode", "Amazon", "GiftCard", "AGCOD", "Incentives API", "Amazon Incentives API"],
"type": "library",
"license": "help",
"autoload": {
@@ -11,9 +12,11 @@
"authors": [
{
"name": "Clemens Schwaighofer",
"email": "gullevek@gullevek.org"
"email": "gullevek@gullevek.org",
"homepage": "http://gullevek.org"
}
],
"homepage": "https://github.com/gullevek/AmazonIncentives",
"minimum-stability": "dev",
"require": {
"php": ">=7.4.0"