2021-10-21 09:55:32 +09:00
|
|
|
{
|
|
|
|
|
"name": "gullevek/amazon-incentives",
|
2021-10-21 10:22:17 +09:00
|
|
|
"description": "Amazon Gift Codes, Gift on Demand, Incentives",
|
|
|
|
|
"keywords": ["AmazonGiftCode", "Amazon", "GiftCard", "AGCOD", "Incentives API", "Amazon Incentives API"],
|
2021-10-21 09:55:32 +09:00
|
|
|
"type": "library",
|
2021-10-21 10:31:08 +09:00
|
|
|
"license": "MIT",
|
2021-10-21 09:55:32 +09:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"gullevek\\AmazonIncentives\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Clemens Schwaighofer",
|
2021-10-21 10:22:17 +09:00
|
|
|
"email": "gullevek@gullevek.org",
|
|
|
|
|
"homepage": "http://gullevek.org"
|
2021-10-21 09:55:32 +09:00
|
|
|
}
|
|
|
|
|
],
|
2021-10-21 10:22:17 +09:00
|
|
|
"homepage": "https://github.com/gullevek/AmazonIncentives",
|
2021-10-21 09:55:32 +09:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.4.0"
|
2021-10-21 15:51:05 +09:00
|
|
|
},
|
|
|
|
|
"archive": {
|
2022-06-08 15:04:59 +09:00
|
|
|
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
|
2022-06-08 06:34:47 +09:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2022-06-09 09:25:08 +09:00
|
|
|
"phpunit/phpunit": "^9",
|
|
|
|
|
"gullevek/dotenv": "dev-master"
|
2021-10-21 15:51:05 +09:00
|
|
|
}
|
2021-10-21 09:55:32 +09:00
|
|
|
}
|