Files
PHP.Composer.amazon-incentive/composer.json
Clemens Schwaighofer 6f9bf781f2 Rewrite to composer package
composer require gullevek/amazon-incentives
2021-10-21 09:55:32 +09:00

22 lines
456 B
JSON

{
"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"
}
}