mirror of
https://github.com/sctn4elk/CustomerRewardsRESTAPI.git
synced 2025-01-08 15:24:30 -06:00
26 lines
587 B
JSON
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"
|
|
}
|
|
}
|