Add PHP version of kata

This commit is contained in:
Sam Cranford
2020-02-09 12:10:16 +01:00
parent 6fe474d4ac
commit de37fb26a8
11 changed files with 1886 additions and 0 deletions

20
php/composer.json Normal file
View 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/"
}
}
}