소스 검색

change composer.json

JingKe Wu 11 년 전
부모
커밋
3bc77ed0d6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"
 }