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

26 lines
587 B
JSON

{
"name": "sctn4/customer-rewards-restapi",
"type": "library",
"autoload": {
"psr-4": {
"Sctn4\\CustomerRewardsRestapi\\": "src/"
}
},
"authors": [
{
"name": "Mike Howard",
"email": "sctn4elk@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "11",
"vitexsoftware/phpunit-skeleton-generator": "*",
"php-webdriver/webdriver": "*",
"phpunit/phpunit-selenium": "^1.3",
"symfony/test-pack": "^1.0"
},
"require": {
"symfony/http-client": "^7.0"
}
}