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