瀏覽代碼

add composer

star7th 9 年之前
父節點
當前提交
9998542550
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      composer.json

+ 20 - 0
composer.json

@@ -0,0 +1,20 @@
+
+{
+    "name": "showdoc/showdoc",
+    "type": "project",
+    "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
+    "keywords": ["showdoc","documents","Api"],
+    "homepage": "https://github.com/star7th/showdoc",
+    "license": "Apache-2.0",
+    "authors": [
+        {
+            "name": "star7th",
+            "email": "xing7th@gmail.com",
+            "homepage": "http://blog.star7th.com/",
+            "role": "Developer"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0"
+    }
+}