composer.json 687 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "symfony/web-profiler-bundle",
  3. "type": "symfony-bundle",
  4. "description": "Symfony WebProfilerBundle",
  5. "keywords": [],
  6. "homepage": "http://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Fabien Potencier",
  11. "email": "fabien@symfony.com"
  12. },
  13. {
  14. "name": "Symfony Community",
  15. "homepage": "http://symfony.com/contributors"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.3.2",
  20. "symfony/twig-bundle": "self.version"
  21. },
  22. "autoload": {
  23. "psr-0": { "Symfony\\Bundle\\WebProfilerBundle": "" }
  24. },
  25. "target-dir": "Symfony/Bundle/WebProfilerBundle"
  26. }