gamesshop/composer.json

26 lines
647 B
JSON
Raw Normal View History

2024-06-30 12:41:33 +00:00
{
"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",
2024-06-30 20:29:50 +00:00
"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",
2024-10-30 18:40:26 +00:00
"phpoffice/phpspreadsheet": "^2.1",
2024-11-07 21:05:24 +00:00
"symfony/polyfill-iconv": "^1.31",
"monolog/monolog": "^3.7"
2024-06-30 12:41:33 +00:00
}
}