{
    "name": "inspiredminds/contao-event-registration",
    "description": "Contao extension to allow registration for events.",
    "type": "contao-bundle",
    "license": "LGPL-3.0-or-later",
    "homepage": "https://github.com/inspiredminds/contao-event-registration",
    "authors": [
        {
            "name": "Fritz Michael Gschwantner",
            "email": "fmg@inspiredminds.at",
            "role": "Developer"
        }
    ],
	"support": {
		"issues": "https://github.com/inspiredminds/contao-event-registration/issues",
		"source": "https://github.com/inspiredminds/contao-event-registration",
		"forum": "https://community.contao.org/de"
	},
	"funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/fritzmg"
        }
    ],
    "require": {
        "php": ">=7.1",
        "contao/core-bundle": "^4.9",
        "contao/calendar-bundle": "^4.9",
        "contao-components/contao": ">=7.1.6",
        "doctrine/dbal": "^2.11 || ^3.0",
        "inspiredminds/contao-backend-forms": ">=0.3, <1",
        "league/csv": "^9.6",
        "ramsey/uuid": "^3.0 || ^4.0",
        "symfony/config": "^4.4 || ^5.1",
        "symfony/dependency-injection": "^4.4 || ^5.1",
        "symfony/http-foundation": "^4.4 || ^5.1",
        "symfony/http-kernel": "^4.4 || ^5.1",
        "symfony/routing": "^4.4 || ^5.1",
        "symfony/security-core": "^4.4 || ^5.1",
        "terminal42/contao-node": "^1.3",
        "terminal42/notification_center": "^1.5",
        "terminal42/service-annotation-bundle": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "InspiredMinds\\ContaoEventRegistration\\": "src/"
        }
    },
    "extra": {
        "contao-manager-plugin": "InspiredMinds\\ContaoEventRegistration\\ContaoManager\\Plugin"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0"
    }
}
