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.

12345678910111213141516171819202122232425
  1. {
  2. "name": "dh2y/think-qrcode",
  3. "description": "qrcode for thinkphp5",
  4. "homepage": "https://github.com/cinaofdai/think-qrcode",
  5. "license": "MIT",
  6. "minimum-stability": "stable",
  7. "version": "2.0",
  8. "authors": [
  9. {
  10. "name": "dh2y",
  11. "email": "xiaodai54_long@163.com"
  12. }
  13. ],
  14. "support": {
  15. "issues": "https://github.com/cinaofdai/think-qrcode/issues"
  16. },
  17. "require": {
  18. "php": ">=5.4.0"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "dh2y\\qrcode\\": "src/"
  23. }
  24. }
  25. }