Browse Source

Update composer.json

Marc 12 năm trước cách đây
mục cha
commit
86fc8a14b9
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      composer.json

+ 2 - 3
composer.json

@@ -20,11 +20,10 @@
     ],
     ],
     "require": {
     "require": {
         "php": ">=5.3.2",
         "php": ">=5.3.2",
-        "symfony/framework-bundle": ">=2.0",
-        "ext-gearman": "*"
+        "symfony/framework-bundle": ">=2.0"
     },
     },
     "target-dir": "Mmoreram/GearmanBundle",
     "target-dir": "Mmoreram/GearmanBundle",
     "autoload": {
     "autoload": {
         "psr-0": { "Mmoreram\\GearmanBundle": "" }
         "psr-0": { "Mmoreram\\GearmanBundle": "" }
     }
     }
-}
+}