composer.json 563 B

12345678910111213141516171819202122
  1. {
  2. "name": "showdoc/showdoc",
  3. "type": "project",
  4. "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
  5. "keywords": ["showdoc","documents","Api"],
  6. "homepage": "https://github.com/star7th/showdoc",
  7. "version":"v2.3.2",
  8. "license": "Apache-2.0",
  9. "authors": [
  10. {
  11. "name": "star7th",
  12. "email": "xing7th@gmail.com",
  13. "homepage": "http://blog.star7th.com/",
  14. "role": "Developer"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=5.3.0"
  19. }
  20. }