@@ -0,0 +1,9 @@
+<?php
+
+namespace RedisBundle;
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+class RedisBundle extends Bundle
+{
+}
@@ -11,6 +11,9 @@
"url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/RedisBundle.git"
}
],
+ "require": {
+ "predis/predis": "^1.1"
+ },
"version": "1.0",
"minimum-stability": "stable"