{
    "name": "lightsaml2/sp-bundle",
    "license": "MIT",
    "type": "symfony-bundle",
    "description": "Light SAML2 SP Symfony Bundle",
    "homepage": "http://www.lightsaml.com/SP-Bundle/",
    "authors": [
        {
            "name": "Milos Tomic",
            "email": "tmilos@gmail.com",
            "homepage": "http://github.com/tmilos",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-0": {
            "LightSaml\\SpBundle\\Tests\\": "tests/",
            "LightSaml\\SpBundle\\": "src/"
        }
    },
    "require": {
        "php": "^7.2|^8.0",
        "symfony/framework-bundle": "^4.4|^5.0",
        "symfony/security-bundle": "^4.4|^5.0",
        "lightsaml2/lightsaml": "^2.0",
        "lightsaml2/symfony-bridge": "^2.0"
    },
    "require-dev": {
        "ext-simplexml": "*",
        "phpunit/phpunit": "^9.0",
        "symfony/symfony": "^4.4|^5.0",
        "symfony/monolog-bundle": "^3.0"
    },
    "config": {
        "bin-dir": "bin"
    },
    "prefer-stable": true
}
