composer.json 660 B

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