{
    "name": "diablomedia/zendframework1-auth-adapter-openid",
    "description": "Zend Framework 1 Auth_Adapter_OpenId component",
    "type": "library",
    "keywords": [
        "framework",
        "zf1"
    ],
    "homepage": "http://framework.zend.com/",
    "license": "BSD-3-Clause",
    "prefer-stable": true,
    "require": {
        "php": "^7.4 || ~8.0.0 || ~8.1.0",
        "diablomedia/zendframework1-controller": "^1.0.0",
        "diablomedia/zendframework1-openid": "^1.0.0",
        "diablomedia/zendframework1-auth": "^1.0.0"
    },
    "autoload": {
        "classmap": [
            "src/Zend/Auth/Adapter/OpenId.php"
        ]
    },
    "autoload-dev": {
        "psr-0": {
            "Zend_": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.10",
        "phpstan/phpstan": "1.2.0",
        "friendsofphp/php-cs-fixer": "3.3.2",
        "maglnet/composer-require-checker": "^3.0.0",
        "phpro/grumphp-shim": "^1.5.0"
    },
    "archive": {
        "exclude": [
            "/tests"
        ]
    },
    "scripts": {
        "test": "phpunit",
        "test-with-coverage": "phpunit --coverage-clover=clover.xml",
        "phpstan": "phpstan analyze -c phpstan.neon --no-progress --ansi",
        "style-check": "php-cs-fixer fix --dry-run -vv"
    }
}
