{
    "name": "litesaml/lightsaml",
    "license": "MIT",
    "type": "library",
    "description": "SAML 2.0 PHP library",
    "keywords": ["SAML 2.0", "PHP", "library", "lightSAML", "Single SignOn", "Single Logout"],
    "authors": [
        {
            "name": "William",
            "email": "work@suppo.fr",
            "homepage": "https://github.com/william-suppo"
        }
    ],
    "support": {
        "issues": "https://github.com/litesaml/lightsaml/issues",
        "source": "https://github.com/litesaml/lightsaml",
        "docs": "https://litesaml.github.io/cookbook/"
    },
    "autoload": {
        "psr-4": {
            "LightSaml\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "require": {
        "php": "^8.1",
        "robrichards/xmlseclibs": "^3.0",
        "symfony/http-foundation": "^6.0|^7.0",
        "psr/event-dispatcher": "^1.0",
        "litesaml/schemas": "^3.0",
        "psr/log": "^3.0"
    },
    "require-dev": {
        "pimple/pimple": "~3.0",
        "phpunit/phpunit": "^10.1",
        "mockery/mockery": "^1.4.4",
        "rector/rector": "^1.2.2",
        "phpstan/phpstan": "^1.8",
        "php-cs-fixer/shim": "^3.70"
    },
    "prefer-stable": true,
    "minimum-stability": "stable",
    "scripts": {
        "test": "vendor/bin/phpunit",
        "phpcs": "vendor/bin/php-cs-fixer --config=phpcs.php check . -vvv",
        "phpstan": "vendor/bin/phpstan analyse --memory-limit 512M --ansi"
    }
}
