composer.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "mmoreram/gearman-bundle",
  3. "replace": {
  4. "mmoreramerino/gearman-bundle": "dev-master"
  5. },
  6. "description": "Adds gearman support to your Symfony2 project",
  7. "keywords": ["gearman"],
  8. "homepage": "https://github.com/mmoreram/GearmanBundle",
  9. "type": "symfony-bundle",
  10. "license": "Apache",
  11. "authors": [
  12. {
  13. "name": "Marc Morera",
  14. "email": "yuhu@mmoreram.com"
  15. },
  16. {
  17. "name": "Symfony Community",
  18. "homepage": "https://github.com/mmoreram/GearmanBundle/contributors"
  19. }
  20. ],
  21. "require": {
  22. "php": ">=5.3.3",
  23. "ext-gearman": "*",
  24. "symfony/framework-bundle": ">=2.1",
  25. "doctrine/common": ">=2.1",
  26. "symfony/console": ">=2.1",
  27. "symfony/config": ">=2.1",
  28. "symfony/http-kernel": ">=2.1",
  29. "symfony/dependency-injection": ">=2.1",
  30. "liip/doctrine-cache-bundle": "dev-master"
  31. },
  32. "target-dir": "Mmoreram/GearmanBundle",
  33. "autoload": {
  34. "psr-0": { "Mmoreram\\GearmanBundle": "" }
  35. }
  36. }