composer.json 479 B

12345678910111213141516171819
  1. {
  2. "name": "ik/redis-bundle",
  3. "description": "Flowdat 3 Redis Bundle",
  4. "keywords": ["redis", "php-redis-service"],
  5. "autoload": {
  6. "psr-4": { "RedisBundle\\": "" }
  7. },
  8. "repositories": [
  9. {
  10. "type": "vcs",
  11. "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/RedisBundle.git"
  12. }
  13. ],
  14. "require": {
  15. "predis/predis": "^1.1"
  16. },
  17. "version": "1.0",
  18. "minimum-stability": "stable"
  19. }