{
    "name": "inspiredminds/contao-eventlist-extended",
    "description": "Contao extension to extend the event list module with some features.",
    "keywords": ["contao", "calendar", "extended", "event"],
    "type": "contao-bundle",
    "license": "LGPL-3.0-or-later",
    "homepage": "https://github.com/inspiredminds/contao-eventlist-extended",
    "authors": [
        {
            "name": "Fritz Michael Gschwantner",
            "email": "fmg@inspiredminds.at"
        }
    ],
    "support": {
        "issues": "https://github.com/inspiredminds/contao-eventlist-extended/issues",
        "source": "https://github.com/inspiredminds/contao-eventlist-extended"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/fritzmg"
        }
    ],
    "require": {
        "php": ">=7.1",
        "contao/core-bundle": "^4.4",
        "contao/calendar-bundle": "^4.4",
        "symfony/config": "^3.2 || ^4.0 || ^5.1",
        "symfony/dependency-injection": "^3.2 || ^4.0 || ^5.1",
        "symfony/http-kernel": "^3.2 || ^4.0 || ^5.1"
    },
    "autoload": {
        "psr-4": {
            "InspiredMinds\\ContaoEventlistExtendedBundle\\": "src/"
        }
    },
    "extra": {
        "contao-manager-plugin": "InspiredMinds\\ContaoEventlistExtendedBundle\\ContaoManagerPlugin"
    }
}
