25 lines
647 B
JSON
25 lines
647 B
JSON
{
|
|
"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",
|
|
"doctrine/orm": "^3.2",
|
|
"doctrine/dbal": "^4.0",
|
|
"symfony/uid": "^7.1",
|
|
"php-curl-class/php-curl-class": "^9.19",
|
|
"symfony/cache": "^7.1",
|
|
"phpoffice/phpspreadsheet": "^2.1",
|
|
"symfony/polyfill-iconv": "^1.31",
|
|
"monolog/monolog": "^3.7"
|
|
}
|
|
}
|