{
    "name": "inspiredminds/contao-extended-form-fields",
    "description": "Contao 4 extension to extend some form fields with more options.",
    "keywords": ["contao", "form", "field", "checkbox", "select", "extended"],
    "type": "contao-bundle",
    "license": "LGPL-3.0-or-later",
    "homepage": "https://github.com/inspiredminds/contao-extended-form-fields",
    "authors": [
        {
            "name": "Fritz Michael Gschwantner",
            "homepage": "http://www.inspiredminds.at",
            "email": "fmg@inspiredminds.at",
            "role": "Developer"
        }
    ],
    "support":{
        "email": "fmg@inspiredminds.at",
        "issues": "https://github.com/inspiredminds/contao-extended-form-fields/issues",
        "source": "https://github.com/inspiredminds/contao-extended-form-fields",
        "forum": "https://community.contao.org/de"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/fritzmg"
        }
    ],
    "require":{
        "php": ">=7.1",
        "contao/core-bundle": "^4.9"
    },
    "autoload": {
        "psr-4": {
            "InspiredMinds\\ContaoExtendedFormFieldsBundle\\": "src/"
        }
    },
    "extra": {
        "contao-manager-plugin": "InspiredMinds\\ContaoExtendedFormFieldsBundle\\ContaoManagerPlugin"
    }
}
