dorf.jetzt/composer.json
2023-01-26 14:42:32 +01:00

22 lines
447 B
JSON

{
"autoload": {
"psr-4": {
"DorfJetzt\\": "app/"
}
},
"require": {
"johngrogg/ics-parser": "^3",
"symfony/http-client": "^6.2",
"symfony/http-kernel": "^6.2",
"twig/twig": "^3.5",
"twig/intl-extra": "^3.5"
},
"require-dev": {
"vimeo/psalm": "^5.4"
},
"config": {
"apcu-autoloader": true,
"classmap-authoritative": true
}
}