Collections/composer.json
2025-11-11 17:00:02 +01:00

15 lines
249 B
JSON
Executable File

{
"require": {
"nikic/fast-route": "^1.3",
"symfony/translation": "^7.3",
"twig/twig": "^3.22",
"guzzlehttp/psr7": "^2.6"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}