{
    "name": "betterschool/web",
    "description": "TYPO3 CMS-Setup fuer betterschool.de Relaunch",
    "license": "proprietary",
    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.typo3.org/"
        },
        {
            "type": "path",
            "url": "packages/*"
        }
    ],
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "8.2"
        },
        "allow-plugins": {
            "typo3/class-alias-loader": true,
            "typo3/cms-composer-installers": true,
            "cweagans/composer-patches": true,
            "helhum/dotenv-connector": true,
            "php-http/discovery": true
        },
        "audit": {
            "ignore": ["PKSA-y2cr-5h3j-g3ys"]
        }
    },
    "authors": [
        {
            "name": "Martin Lazar-Rudolf",
            "email": "martin@lazar-rudolf.de"
        }
    ],
    "require": {
        "typo3/cms-adminpanel": "13.4.30",
        "typo3/cms-backend": "13.4.30",
        "typo3/cms-belog": "13.4.30",
        "typo3/cms-beuser": "13.4.30",
        "typo3/cms-composer-installers": "^5.0",
        "typo3/cms-core": "13.4.30",
        "typo3/cms-dashboard": "13.4.30",
        "typo3/cms-extbase": "13.4.30",
        "typo3/cms-extensionmanager": "13.4.30",
        "typo3/cms-felogin": "13.4.30",
        "typo3/cms-filelist": "13.4.30",
        "typo3/cms-fluid": "13.4.30",
        "typo3/cms-fluid-styled-content": "13.4.30",
        "typo3/cms-form": "13.4.30",
        "typo3/cms-frontend": "13.4.30",
        "typo3/cms-impexp": "13.4.30",
        "typo3/cms-indexed-search": "13.4.30",
        "typo3/cms-info": "13.4.30",
        "typo3/cms-install": "13.4.30",
        "typo3/cms-lowlevel": "13.4.30",
        "typo3/cms-recycler": "13.4.30",
        "typo3/cms-redirects": "13.4.30",
        "typo3/cms-reports": "13.4.30",
        "typo3/cms-rte-ckeditor": "13.4.30",
        "typo3/cms-scheduler": "13.4.30",
        "typo3/cms-seo": "13.4.30",
        "typo3/cms-setup": "13.4.30",
        "typo3/cms-sys-note": "13.4.30",
        "typo3/cms-t3editor": "13.4.30",
        "typo3/cms-tstemplate": "13.4.30",
        "typo3/cms-viewpage": "13.4.30",
        "typo3/cms-linkvalidator": "13.4.30",

        "nesbot/carbon": "^3.11",
        "helhum/config-loader": "^0.12",
        "helhum/dotenv-connector": "^3.2",
        "helhum/typo3-console": "^8.3",
        "ichhabrecht/content-defender": "^3.5",
        "fluidtypo3/vhs": "^7.2",
        "georgringer/news": "^14.0",
        "b13/container": "^3.2",
        "mask/mask": "^9.0",
        "codingms/fluid-fpdf": "^2.9",
        "wsm/form-spamshield": "^2.2",
        "dirkpersky/typo3-dp_cookieconsent": "^13.0",
        "eliashaeussler/typo3-warming": "^5.2",
        "liquidlight/typo3-form-to-database": "^5.3",

        "betterschool/betterschool_theme": "^2.0",
        "betterschool/betterschool_data": "^5.0",
        "ext-pdo": "*"
    },
    "require-dev": {
        "deployer/deployer": "^7.5",
        "ssch/typo3-rector": "^3.14"
    },
    "extra": {
        "typo3/cms": {
            "web-dir": "public"
        }
    },
    "scripts": {
        "typo3-deployment-scripts": [
            "typo3cms cache:flush"
        ],
        "typo3-cms-scripts": [
            "typo3 database:updateschema",
            "typo3 install:fixfolderstructure",
            "typo3 language:update",
            "typo3 cache:flush"
        ],
        "post-install-cmd": [
        ],
        "post-update-cmd": [
            "@typo3-cms-scripts"
        ]
    }
}
