Преглед изворни кода

Se actualiza composer.json

Maximiliano Schvindt пре 7 година
родитељ
комит
b27517ec3c
3 измењених фајлова са 12 додато и 0 уклоњено
  1. 9 0
      RedisBundle.php
  2. 0 0
      Resources/config/services.yml
  3. 3 0
      composer.json

+ 9 - 0
RedisBundle.php

@@ -0,0 +1,9 @@
+<?php
+
+namespace RedisBundle;
+
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
+class RedisBundle extends Bundle
+{
+}

+ 0 - 0
Resources/config/services.yml


+ 3 - 0
composer.json

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