First Commit

This commit is contained in:
Michel Fedde 2024-06-30 14:41:33 +02:00
commit 923d6ca242
35 changed files with 4933 additions and 0 deletions

17
composer.json Normal file
View file

@ -0,0 +1,17 @@
{
"autoload": {
"psr-4": {
"GamesShop\\": "src/php"
}
},
"require": {
"league/container": "^4.2",
"league/plates": "^3.5",
"league/route": "^5.1",
"filp/whoops": "^2.15",
"laminas/laminas-diactoros": "^3.3",
"laminas/laminas-httphandlerrunner": "^2.10",
"ralouphie/mimey": "^1.0",
"dotenv-org/phpdotenv-vault": "^0.2.4"
}
}