1
This commit is contained in:
+21
@@ -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/" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user