{
    "name": "markocupic/contao-altcha-antispam",
    "description": "ALTCHA antispam form widget for Contao CMS",
    "keywords": [
        "contao",
        "form field widget",
        "ALTCHA",
        "antispam"
    ],
    "type": "contao-bundle",
    "license": "GPL-3.0-or-later",
    "authors": [
        {
            "name": "Marko Cupic",
            "email": "m.cupic@gmx.ch",
            "homepage": "https://github.com/markocupic",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/markocupic/contao-altcha-antispam/issues",
        "source": "https://github.com/markocupic/contao-altcha-antispam"
    },
    "require": {
        "php": "^8.1",
        "contao/core-bundle": "^4.13 || ^5.0",
        "markocupic/contao-twig-assets": "^1.0",
        "symfony/config": "^5.4 || ^6.4 || ^7.0",
        "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
        "symfony/framework-bundle": "^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",
        "symfony/security-core": "^5.4 || ^6.4 || ^7.0",
        "symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0"
    },
    "require-dev": {
        "contao/manager-plugin": "^2.12",
        "terminal42/contao-mp_forms": "^5.0"
    },
    "autoload": {
        "psr-4": {
            "Markocupic\\ContaoAltchaAntispam\\": "src/"
        }
    },
    "config": {
        "allow-plugins": {
            "contao-components/installer": false,
            "contao/manager-plugin": false,
            "contao-community-alliance/composer-plugin": true
        }
    },
    "extra": {
        "contao-manager-plugin": "Markocupic\\ContaoAltchaAntispam\\ContaoManager\\Plugin"
    },
    "scripts": {
        "cs-fixer": "@php tools/ecs/vendor/bin/ecs check config/ contao/ src/ tests/ --config tools/ecs/config.php --fix --ansi",
        "unit-tests": "@php tools/phpunit/vendor/bin/phpunit -c tools/phpunit/phpunit.xml.dist"
    }
}
