test_lgq/niucloud/vendor/dh2y/think-qrcode/composer.json
2024-01-24 17:36:08 +08:00

26 lines
570 B
JSON

{
"name": "dh2y/think-qrcode",
"description": "qrcode for thinkphp5",
"homepage": "https://github.com/cinaofdai/think-qrcode",
"license": "MIT",
"minimum-stability": "stable",
"version": "2.0",
"authors": [
{
"name": "dh2y",
"email": "xiaodai54_long@163.com"
}
],
"support": {
"issues": "https://github.com/cinaofdai/think-qrcode/issues"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"dh2y\\qrcode\\": "src/"
}
}
}