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

22 lines
456 B
JSON
Raw Normal View History

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