mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
}
|
|
}
|