소스 검색

Update composer.json

walkor 10 년 전
부모
커밋
09b17c0dc2
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      composer.json

+ 6 - 0
composer.json

@@ -5,6 +5,12 @@
     "homepage": "http://www.workerman.net",
     "license" : "MIT",
     "description": " High performance Socket server framework for network applications implemented in PHP using libevent",
+    "repositories": [
+        {
+            "type": "vcs",
+            "url": "https://github.com/walkor/workerman"
+        }
+    ],
     "authors" : [
         {
             "name"      : "walkor",