Files
PHP.Composer.amazon-incentive/composer.json

25 lines
690 B
JSON
Raw Normal View History

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