{
    "name": "heimrichhannot/contao-status_messages",
    "description":"A general status message bundle for the frontend.",
    "keywords":["contao", "message", "frontend", "module", "developer"],
    "type": "contao-bundle",
    "homepage":"https://github.com/heimrichhannot/contao-status_messages",
    "license":"LGPL-3.0-or-later",
    "authors":[
        {
            "name":"Heimrich & Hannot",
            "email":"digitales@heimrich-hannot.de",
            "homepage":"http://www.heimrich-hannot.de",
            "role":"Developer"
        }
    ],
    "support":{
        "issues":"https://github.com/heimrichhannot/contao-status_messages/issues"
    },
    "require": {
        "php": "^7.2|^8.0",
        "contao/core-bundle": "^4.9",
        "symfony/config": "^4.4||^5.4",
        "symfony/http-kernel": "^4.4||^5.4",
        "symfony/dependency-injection": "^4.4||^5.4"
    },
    "autoload": {
        "psr-4": {
            "HeimrichHannot\\StatusMessages\\": "src/"
        }
    },
    "extra": {
        "contao-manager-plugin": "HeimrichHannot\\StatusMessages\\ContaoManager\\Plugin"
    }
}

