HOME


sh-3ll 1.0
DIR:/opt/cpguard/app/api/public/captcha/vendor/altcha-org/altcha/
Upload File :
Current File : //opt/cpguard/app/api/public/captcha/vendor/altcha-org/altcha/composer.json
{
    "name": "altcha-org/altcha",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "AltchaOrg\\Altcha\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Daniel Regeci",
            "email": "536331+ovx@users.noreply.github.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.5",
        "phpstan/phpstan": "^2.1",
        "phpstan/phpstan-phpunit": "^2.0",
        "phpstan/extension-installer": "^1.4",
        "friendsofphp/php-cs-fixer": "^3.72"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        }
    }
}