This commit is contained in:
2025-03-17 11:27:07 +08:00
parent 7a7f432006
commit 5febeca83f
6805 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "doing/phpqrcode",
"description": "基于phpqrcode修改的二维码生成工具:可自定义二维码颜色和头像",
"keywords": [
"phpqrcode","二维码"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Doing",
"email": "vip.dulin@gmial.com"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"PHPQRCode\\": "src/lib"
}
}
}