{
    "name": "fenepedia/contao-er24-rechtstexte",
    "description": "Contao extension to fetch legal texts from the eRecht24 API",
    "type": "contao-bundle",
    "license": "LGPL-3.0-or-later",
    "homepage": "https://www.fenepedia.de/contao-er24-rechtstexte",
    "keywords": [
        "eRecht24",
        "e-Recht24",
        "Rechtstexte"
    ],
    "authors": [
        {
            "name": "Fenepedia",
            "homepage": "https://www.fenepedia.de",
            "role": "Owner"
        },
        {
            "name": "Fritz Michael Gschwantner",
            "email": "fmg@inspiredminds.at",
            "role": "Developer"
        }
    ],
	"support": {
		"issues": "https://github.com/fenepedia/contao-er24-rechtstexte/issues",
		"source": "https://github.com/fenepedia/contao-er24-rechtstexte"
	},
    "require": {
        "php": ">=8.1",
        "contao/core-bundle": "^4.13 || ^5.0",
        "erecht24/rechtstexte-sdk": "^1.0",
        "symfony/cache": "^5.4 || ^6.4 || ^7.0",
        "symfony/config": "^5.4 || ^6.4 || ^7.0",
        "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
        "symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
        "symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
        "symfony/routing": "^5.4 || ^6.4 || ^7.0"
    },
    "autoload": {
        "psr-4": {
            "Fenepedia\\ContaoErecht24Rechtstexte\\": "src/"
        }
    },
    "extra": {
        "contao-manager-plugin": "Fenepedia\\ContaoErecht24Rechtstexte\\ContaoManager\\Plugin"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.16 || ^3.0"
    },
    "config": {
        "allow-plugins": {
            "contao-components/installer": true
        }
    }
}
