{
    "name": "contao/managed-edition",
    "description": "Contao Managed Edition",
    "license": "LGPL-3.0-or-later",
    "type": "project",
    "require": {
        "codefog/contao-member_export": "^2.3",
        "contao/calendar-bundle": "^4.9",
        "contao/comments-bundle": "^4.9",
        "contao/conflicts": "*@dev",
        "contao/faq-bundle": "^4.9",
        "contao/listing-bundle": "^4.9",
        "contao/manager-bundle": "4.9.*",
        "contao/news-bundle": "^4.9",
        "contao/newsletter-bundle": "^4.9",
        "do-while/contao-backupdb-bundle": "^1.5",
        "heimrichhannot/contao-notification_center_plus": "^1.6",
        "inspiredminds/contao-event-registration": "^1.1",
        "inspiredminds/contao-eventlist-extended": "^1.2",
        "inspiredminds/contao-extended-form-fields": "^2.3",
        "marebe1602/mae_event_categories": "^1.5",
        "oveleon/contao-member-notification": "^1.0",
        "phpoffice/phpspreadsheet": "^1.22",
        "richardhj/contao-notification_center_clockworksms": "^1.1",
        "richardhj/contao-notification_center_member_selectable": "^1.1",
        "terminal42/notification_center": "^1.6"
    },
    "conflict": {
        "contao-components/installer": "<1.3"
    },
    "config": {
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "contao-community-alliance/composer-plugin": true,
            "contao-components/installer": true,
            "contao/manager-plugin": true
        }
    },
    "extra": {
        "contao-component-dir": "assets"
    },
    "scripts": {
        "post-install-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ],
        "post-update-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ]
    }
}
