blob: ff793567166a0d3943f8b3e1d230a9805bac5856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/" }
}
}
|