LaysenseAuth/vendor/tekintian/phpqrcode/composer.json

22 lines
927 B
JSON
Raw Normal View History

2024-08-11 15:18:45 +05:30
{
"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"
}
}
}