{
    "name": "symfony/framework-bundle",
    "type": "symfony-bundle",
    "description": "Symfony FrameworkBundle",
    "keywords": [],
    "homepage": "https://symfony.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
        },
        {
            "name": "Symfony Community",
            "homepage": "https://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.9",
        "symfony/asset": "~2.7",
        "symfony/dependency-injection": "~2.6,>=2.6.2",
        "symfony/config": "~2.4",
        "symfony/event-dispatcher": "~2.5",
        "symfony/finder": "~2.0,>=2.0.5",
        "symfony/http-foundation": "~2.7",
        "symfony/http-kernel": "~2.7.15|~2.8.8",
        "symfony/filesystem": "~2.3",
        "symfony/routing": "~2.6,>2.6.4",
        "symfony/security-core": "~2.6.13|~2.7.9|~2.8",
        "symfony/security-csrf": "~2.6",
        "symfony/stopwatch": "~2.3",
        "symfony/templating": "~2.1",
        "symfony/translation": "~2.7",
        "doctrine/annotations": "~1.0"
    },
    "require-dev": {
        "symfony/browser-kit": "~2.4",
        "symfony/console": "~2.7",
        "symfony/css-selector": "~2.0,>=2.0.5",
        "symfony/dom-crawler": "~2.0,>=2.0.5",
        "symfony/intl": "~2.3",
        "symfony/security": "~2.6",
        "symfony/form": "~2.7,>=2.7.2",
        "symfony/class-loader": "~2.1",
        "symfony/expression-language": "~2.6",
        "symfony/process": "~2.0,>=2.0.5",
        "symfony/validator": "~2.5",
        "symfony/yaml": "~2.0,>=2.0.5"
    },
    "suggest": {
        "symfony/console": "For using the console commands",
        "symfony/form": "For using forms",
        "symfony/serializer": "For using the serializer service",
        "symfony/validator": "For using validation",
        "symfony/yaml": "For using the debug:config and lint:yaml commands",
        "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
        "doctrine/cache": "For using alternative cache drivers"
    },
    "autoload": {
        "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "minimum-stability": "dev",
    "extra": {
        "branch-alias": {
            "dev-master": "2.7-dev"
        }
    }
}
