First Commit
This commit is contained in:
commit
923d6ca242
35 changed files with 4933 additions and 0 deletions
17
composer.json
Normal file
17
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue