CustomerRewardsRESTAPI/composer.json

21 lines
443 B
JSON
Raw Normal View History

{
"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",
2024-05-02 02:19:13 -05:00
"vitexsoftware/phpunit-skeleton-generator": "*",
"php-webdriver/webdriver": "*"
}
}