選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

composer.json 457B

12345678910111213141516171819202122
  1. {
  2. "name": "topthink/think-factory",
  3. "type": "library",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "yunwuxin",
  8. "email": "448901948@qq.com"
  9. }
  10. ],
  11. "require": {
  12. "topthink/think-helper": "^3.0.0",
  13. "topthink/framework": "^6.0.0"
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "think\\": "src"
  18. }
  19. },
  20. "minimum-stability": "dev",
  21. "prefer-stable": true
  22. }