{
    "name": "sensio/distribution-bundle",
    "description": "The base bundle for the Symfony Distributions",
    "keywords": ["distribution","configuration"],
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
        }
    ],
    "require": {
        "symfony/framework-bundle": "2.0.*"
    },
    "autoload": {
        "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
    },
    "target-dir": "Sensio/Bundle/DistributionBundle"
}