{
    "name":"terminal42/notification_center",
    "description":"Notification Center extension for Contao Open Source CMS",
    "keywords":["contao", "notification", "center"],
    "type":"contao-module",
    "license":"LGPL-3.0-or-later",
    "authors":[
        {
            "name":"terminal42 gmbh",
            "homepage":"http://terminal42.ch"
        }
    ],
    "funding": [{
        "type": "github",
        "url": "https://github.com/terminal42"
    }, {
        "type": "other",
        "url": "https://ko-fi.com/terminal42"
    }],
    "support": {
        "issues": "https://github.com/terminal42/contao-notification_center/issues",
        "source": "https://github.com/terminal42/contao-notification_center",
        "forum": "https://community.contao.org"
    },
    "require":{
        "php":"^7.0 || ^8.0",
        "contao/core-bundle":"~4.4",
        "contao-community-alliance/composer-plugin":"~2.4 || ~3.0",
        "codefog/contao-haste":"^4.14.1",
        "terminal42/dcawizard":"2.*"
    },
    "require-dev": {
        "contao/newsletter-bundle":"~3.5 || ~4.1"
    },
    "autoload":{
        "psr-0": {
            "NotificationCenter\\": [
                "library/"
            ]
        },
        "classmap": [
            "classes/",
            "modules/"
        ]
    },
    "replace": {
        "contao-legacy/notification_center": "self.version"
    },
    "suggest": {
      "contao/newsletter-bundle": "Send notifications using the newsletter bundle of Contao"
    },
    "conflict": {
      "contao/core-bundle": "4.5.0",
      "contao/newsletter-bundle": "<3.5 || >= 5.0"
    },
    "extra":{
        "branch-alias": {
            "dev-develop": "1.4.x-dev"
        },
        "contao": {
            "sources":{
                "": "system/modules/notification_center"
            }
        }
    },
    "config": {
        "allow-plugins": {
            "contao-components/installer": true,
            "composer/package-versions-deprecated": true,
            "contao-community-alliance/composer-plugin": true
        }
    }
}
