Browse Source

composer.json first commit

Maximiliano Schvindt 7 years ago
commit
655099d1bc
1 changed files with 16 additions and 0 deletions
  1. 16 0
      composer.json

+ 16 - 0
composer.json

@@ -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"
+}