Ingen beskrivning
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.

composer.json 508B

12345678910111213141516171819202122232425
  1. {
  2. "name": "yzncms/think-helper",
  3. "description": "The ThinkPHP5 Helper Package",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "yunwuxin",
  8. "email": "448901948@qq.com"
  9. }
  10. ],
  11. "support": {
  12. "issues": "https://gitee.com/ken678/YZNCMS/issues"
  13. },
  14. "require": {
  15. "php": ">=7.0.0"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "think\\": "src"
  20. },
  21. "files": [
  22. "src/helper.php"
  23. ]
  24. }
  25. }