安装二维码库

This commit is contained in:
tsf 2025-09-04 20:38:34 +08:00
parent a505d2233d
commit 54ded1dc34
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,8 @@
"zoujingli/ip2region": "^2.0", "zoujingli/ip2region": "^2.0",
"alibabacloud/client": "^1.5", "alibabacloud/client": "^1.5",
"picqer/php-barcode-generator": "^2.4", "picqer/php-barcode-generator": "^2.4",
"endroid/qr-code": "^4.3" "endroid/qr-code": "^4.3",
"bacon/bacon-qr-code": "^2.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -3,7 +3,7 @@
'name' => 'topthink/think', 'name' => 'topthink/think',
'pretty_version' => 'dev-main', 'pretty_version' => 'dev-main',
'version' => 'dev-main', 'version' => 'dev-main',
'reference' => 'c3b233b94675013624c559d5f2ce5c7d8ccb5927', 'reference' => 'a505d2233de58fcdbe945ba0de5c24be0f826320',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
@ -490,7 +490,7 @@
'topthink/think' => array( 'topthink/think' => array(
'pretty_version' => 'dev-main', 'pretty_version' => 'dev-main',
'version' => 'dev-main', 'version' => 'dev-main',
'reference' => 'c3b233b94675013624c559d5f2ce5c7d8ccb5927', 'reference' => 'a505d2233de58fcdbe945ba0de5c24be0f826320',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),