LaysenseAuth/vendor/tekintian/phpqrcode/composer.json
2024-08-11 17:48:45 +08:00

22 lines
927 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "tekintian/phpqrcode",
"author": [{"name":"tekintian"},{"url":"http://dev.tekin.cn"}],
"description": "支持PHP5.3至php8.2的 qrcode 二维码工具类 改进版本支持自定义LOGO自定义输出目录和自定义返回类型 图片base64图片数据, 二维码图片自定义静态方法调用方便快捷高效简洁的PHP二维码生成工具",
"type": "library",
"keywords": ["phpqrcode","qrcode","tiny qrcode","二维码工具","php qrcode with logo", "PHP二维码"],
"homepage": "https://github.com/tekintian/phpqrcode",
"license": "BSD-3-Clause",
"support": {
"forum": "https://github.com/tekintian/phpqrcode",
"source": "https://github.com/tekintian/phpqrcode"
},
"version":"1.1.0",
"require": {
"php": "^5.3|^7.0|^8.0"
},
"autoload": {
"psr-4": {
"tekintian\\": "src"
}
}
}