{
    "name": "besimple/sso-auth-bundle",
    "type": "symfony-bundle",
    "description": "SSO authentication your Symfony2 project ",
    "keywords": ["CAS", "SSO", "Symfony2", "authentication"],
    "homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Jean-François Simon",
            "email": "contact@jfsimon.fr"
        },
        {
            "name": "BeSimple Community",
            "homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "kriswallsmith/buzz": ">=0.7,<1.0-dev",
        "symfony/framework-bundle": "~2.1",
        "symfony/twig-bundle": "~2.1",
        "symfony/security-bundle": "~2.1"
    },
    "require-dev": {
        "symfony/browser-kit": "~2.1",
        "symfony/css-selector": "~2.1",
        "symfony/filesystem": "~2.1",
        "symfony/form": "~2.1",
        "symfony/validator": "~2.1",
        "symfony/web-profiler-bundle": "~2.1",
        "symfony/yaml": "~2.1",
        "symfony/expression-language": "~2.4"
    },
    "autoload": {
        "psr-0": { "BeSimple\\SsoAuthBundle": "" }
    },
    "target-dir": "BeSimple/SsoAuthBundle",
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}
