Explorar el Código

change composer.json

JingKe Wu hace 11 años
padre
commit
3bc77ed0d6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -31,5 +31,6 @@
 		"ext-sysvshm":  "Really it's a requirement for normal work.",
 		"ext-sysvmsg":  "Really it's a requirement for normal work."
     },
-    "bin": ["workerman/bin/workermand"]
+    "bin": ["workerman/bin/workermand"],
+    "minimum-stability":"dev"
 }