kekrozsak/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/composer.json
Polonkai Gergely 082a0130c2 Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 09:52:20 +02:00

21 lines
550 B
JSON

{
"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.1.*"
},
"autoload": {
"psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
},
"target-dir": "Sensio/Bundle/DistributionBundle"
}