Explorar el Código

Moved phpunit dependency in dev environment

Marc hace 11 años
padre
commit
1808289ac4
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      composer.json

+ 4 - 2
composer.json

@@ -26,8 +26,10 @@
         "symfony/config": ">=2.1",
         "symfony/http-kernel": ">=2.1",
         "symfony/dependency-injection": ">=2.1",
-        "liip/doctrine-cache-bundle": "1.0.3",
-    	"phpunit/phpunit": "3.7.*"
+        "liip/doctrine-cache-bundle": "1.0.3"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "3.7.*"
     },
     "target-dir": "Mmoreram/GearmanBundle",
     "autoload": {