{
    "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
    }
}