{
    "name": "lightsaml2/lightsaml",
    "license": "MIT",
    "type": "library",
    "description": "Light SAML 2.0 PHP library",
    "keywords": ["SAML 2.0", "PHP", "library", "lightSAML", "Single SignOn", "Single Logout"],
    "homepage": "https://www.lightsaml.com/",
    "authors": [
        {
            "name": "Milos Tomic",
            "email": "tmilos@gmail.com",
            "homepage": "https://github.com/tmilos/",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/lightsaml2/lightsaml/issues",
        "source": "https://github.com/lightSAML2/lightSAML",
        "docs": "http://www.lightsaml.com/LightSAML-Core/"
    },
    "autoload": {
        "psr-0": {
            "LightSaml\\Tests\\": "tests/",
            "LightSaml\\": "src/"
        }
    },
    "require": {
        "php": "^7.2|^8.0",
        "robrichards/xmlseclibs": "^3.0",
        "symfony/http-foundation": "^4.4|^5.0",
        "symfony/event-dispatcher": "^4.4|^5.0"
    },
    "require-dev": {
        "symfony/dom-crawler": "^4.4|^5.0",
        "symfony/css-selector": "^4.4|^5.0",
        "pimple/pimple": "~3.0",
        "phpunit/phpunit": "^8.0|^9.0",
        "monolog/monolog": "~1.3"
    },
    "suggest": {
        "lightsaml2/symfony-bridge": "Symfony build container bridge",
        "lightsaml2/sp-bundle": "Symfony SP security bundle"
    },
    "config": {
        "bin-dir": "bin"
    },
    "prefer-stable": true,
    "minimum-stability": "stable"
}
