2020-02-13 23:35:11 +01:00
|
|
|
{
|
2023-01-26 13:52:00 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DorfJetzt\\": "app/"
|
|
|
|
}
|
|
|
|
},
|
2020-02-13 23:35:11 +01:00
|
|
|
"require": {
|
2022-12-17 00:10:35 +01:00
|
|
|
"johngrogg/ics-parser": "^3",
|
|
|
|
"symfony/http-client": "^6.2",
|
2023-01-20 18:54:40 +01:00
|
|
|
"symfony/http-kernel": "^6.2",
|
|
|
|
"twig/twig": "^3.5",
|
|
|
|
"twig/intl-extra": "^3.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"vimeo/psalm": "^5.4"
|
2023-01-26 14:42:32 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"apcu-autoloader": true,
|
|
|
|
"classmap-authoritative": true
|
2020-02-13 23:35:11 +01:00
|
|
|
}
|
|
|
|
}
|