composer.json 733 B

1234567891011121314151617181920212223242526
  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.9.6",
  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. "qcloud/cos-sdk-v5": "1.*",
  20. "league/oauth2-client": "^2.6",
  21. "jasig/phpcas": "^1.3"
  22. },
  23. "config": {
  24. "vendor-dir": "./server/vendor"
  25. }
  26. }