CustomerRewardsRESTAPI/composer.json
2024-05-02 02:19:13 -05:00

21 lines
443 B
JSON

{
"name": "sctn4/customer-rewards-restapi",
"type": "library",
"autoload": {
"psr-4": {
"Sctn4\\CustomerRewardsRestapi\\": "src/"
}
},
"authors": [
{
"name": "sctn4elk",
"email": "sctn4elk@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "11",
"vitexsoftware/phpunit-skeleton-generator": "*",
"php-webdriver/webdriver": "*"
}
}