Browse Source

add composer.json

star7th 9 years ago
parent
commit
d90887a470
1 changed files with 2 additions and 0 deletions
  1. 2 0
      composer.json

+ 2 - 0
composer.json

@@ -5,6 +5,7 @@
     "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
     "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
     "keywords": ["showdoc","documents","Api"],
     "keywords": ["showdoc","documents","Api"],
     "homepage": "https://github.com/star7th/showdoc",
     "homepage": "https://github.com/star7th/showdoc",
+    "versions":"dev"
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "authors": [
     "authors": [
         {
         {
@@ -14,6 +15,7 @@
             "role": "Developer"
             "role": "Developer"
         }
         }
     ],
     ],
+    "minimum-stability": "dev",
     "require": {
     "require": {
         "php": ">=5.3.0"
         "php": ">=5.3.0"
     }
     }