周总批发商场
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
570 B

{
"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/"
}
}
}