composer.json 550B

123456789101112131415161718192021
  1. {
  2. "name": "sensio/distribution-bundle",
  3. "description": "The base bundle for the Symfony Distributions",
  4. "keywords": ["distribution","configuration"],
  5. "type": "symfony-bundle",
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "Fabien Potencier",
  10. "email": "fabien@symfony.com"
  11. }
  12. ],
  13. "require": {
  14. "symfony/framework-bundle": "2.0.*"
  15. },
  16. "autoload": {
  17. "psr-0": { "Sensio\\Bundle\\DistributionBundle": "" }
  18. },
  19. "target-dir": "Sensio/Bundle/DistributionBundle"
  20. }