Add boilerplate.
This commit is contained in:
2023-07-17 22:15:32 +02:00
commit a246677d6a
6 changed files with 1667 additions and 0 deletions

5
composer.json Normal file
View File

@ -0,0 +1,5 @@
{
"require-dev": {
"phpunit/phpunit": "^10.2"
}
}