{
    "name": "lightsaml/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": ">=5.6",
        "symfony/framework-bundle": "~2.7|~3.0|~4.0|~5.0",
        "symfony/security-bundle": "~2.7|~3.0|~4.0|~5.0",
        "lightsaml/symfony-bridge": "dev-symfony5"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "sebastian/comparator": "^1.2.4|~2.0|~3.0",
        "symfony/symfony": "~2.7|~3.0|~4.0",
        "symfony/monolog-bundle": "~2.7|~3.0|~4.0"
    },
    "config": {
        "bin-dir": "bin"
    },
    "prefer-stable": true,
    "minimum-stability": "stable"
}
