No Description
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 965B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "yzncms/framework",
  3. "description": "the new thinkphp framework",
  4. "type": "yzncms-framework",
  5. "keywords": [
  6. "yzncms",
  7. "framework",
  8. "thinkphp",
  9. "ORM"
  10. ],
  11. "homepage": "http://thinkphp.cn/",
  12. "license": "Apache-2.0",
  13. "authors": [
  14. {
  15. "name": "liu21st",
  16. "email": "liu21st@gmail.com"
  17. },
  18. {
  19. "name": "yunwuxin",
  20. "email": "448901948@qq.com"
  21. }
  22. ],
  23. "require": {
  24. "php": ">=7.1.0",
  25. "yzncms/think-installer": "2.*",
  26. "psr/http-message": "^1.0",
  27. "psr/container": "~1.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^5.0|^6.0",
  31. "johnkary/phpunit-speedtrap": "^1.0",
  32. "mikey179/vfsstream": "~1.6",
  33. "phploc/phploc": "2.*",
  34. "sebastian/phpcpd": "2.*",
  35. "squizlabs/php_codesniffer": "2.*",
  36. "phpdocumentor/reflection-docblock": "^2.0"
  37. }
  38. }