First Commit

This commit is contained in:
GMrrc
2024-11-06 15:35:54 +01:00
commit 5a887f38dd
87 changed files with 1990 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"config": {
"platform": {
"php": "8.1"
}
}
}