Sfoglia il codice sorgente

change composer.json

JingKe Wu 11 anni fa
parent
commit
3bc77ed0d6
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"
 }