composer.json 384 B

123456789101112131415161718192021
  1. {
  2. "name": "yiovo/tp6-cache",
  3. "description": "tp6-cache",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "yiovo",
  8. "email": "developer@yiovo.com"
  9. }
  10. ],
  11. "require": {
  12. "php": ">=7.1.0",
  13. "topthink/framework": "^6.0.0"
  14. },
  15. "homepage": "https://github.com/yiovo/tp6-captcha",
  16. "autoload": {
  17. "psr-4": {
  18. "yiovo\\cache\\": "src"
  19. }
  20. }
  21. }