12345678910111213141516171819 |
- {
- "name": "ik/redis-bundle",
- "description": "Flowdat 3 Redis Bundle",
- "keywords": ["redis", "php-redis-service"],
- "autoload": {
- "psr-4": { "RedisBundle\\": "" }
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/RedisBundle.git"
- }
- ],
- "require": {
- "predis/predis": "^1.1"
- },
- "version": "1.0",
- "minimum-stability": "stable"
- }
|