Browse Source

Update composer.json

Marc 12 years ago
parent
commit
86fc8a14b9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      composer.json

+ 2 - 3
composer.json

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