mirror of
https://github.com/sctn4elk/CustomerRewardsRESTAPI.git
synced 2025-01-09 15:04:29 -06:00
21 lines
443 B
JSON
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": "*"
|
|
}
|
|
}
|