composer.json 499 B

123456789101112131415161718192021222324
  1. {
  2. "name": "fuukei/sakurairo",
  3. "description": "About",
  4. "type": "project",
  5. "license": "GPL-2.0",
  6. "authors": [
  7. {
  8. "name": "Fuukei",
  9. "homepage": "https://github.com/Fuukei",
  10. "role": "organization"
  11. }
  12. ],
  13. "require": {
  14. "haozi-team/chatgpt-php": "^2.0.2"
  15. },
  16. "config": {
  17. "allow-plugins": {
  18. "pestphp/pest-plugin": true
  19. },
  20. "platform": {
  21. "php": "7.4"
  22. }
  23. }
  24. }