Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627
  1. {
  2. "name": "yzncms/think-addons",
  3. "description": "addons package for yzncms",
  4. "homepage": "https://github.com/ken678/think-addons",
  5. "license": "Apache-2.0",
  6. "authors": [
  7. {
  8. "name": "yzncms",
  9. "email": "530765310@qq.com"
  10. }
  11. ],
  12. "support": {
  13. "issues": "https://gitee.com/ken678/YZNCMS/issues"
  14. },
  15. "require": {
  16. "php": ">=7.0.0",
  17. "nelexa/zip": "^3.3"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "think\\": "src/"
  22. },
  23. "files": [
  24. "src/common.php"
  25. ]
  26. }
  27. }