mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-02-24 11:04:52 +01:00
23 lines
408 B
JSON
23 lines
408 B
JSON
{
|
|
"name": "sam/theatrical",
|
|
"type": "project",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"approvals/approval-tests": "^1.4"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Sam Cranford",
|
|
"email": "sam@cranford.fr"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Theatrical\\": "src/"
|
|
}
|
|
}
|
|
}
|