This commit is contained in:
liut
2021-10-12 11:11:57 +08:00
parent ff0b4d5b12
commit 78fa827ef7
1277 changed files with 135174 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "aferrandini/phpqrcode",
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
"keywords": ["php", "qrcode", "barcode"],
"homepage": "https://github.com/aferrandini/PHPQRCode",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ariel Ferrandini",
"email": "arielferrandini@gmail.com",
"homepage": "http://www.ferrandini.com/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "PHPQRCode": "lib/" }
}
}