mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-18 07:24:36 +01:00
Add PHP version of kata
This commit is contained in:
20
php/composer.json
Normal file
20
php/composer.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "sam/theatrical",
|
||||
"type": "project",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9",
|
||||
"approvals/approval-tests": "^1.4"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sam Cranford",
|
||||
"email": "sam@cranford.fr"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Theatrical\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user