|
@@ -0,0 +1,16 @@
|
|
|
|
+{
|
|
|
|
+ "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"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "version": "1.0",
|
|
|
|
+ "minimum-stability": "stable"
|
|
|
|
+}
|