mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 22:22:23 +00:00
25 lines
403 B
JSON
25 lines
403 B
JSON
{
|
|
"name": "codemasher/php-qrcode",
|
|
"description": "A QR code generator. PHP 5.6+, PHP 7",
|
|
"homepage": "https://github.com/codemasher/php-qrcode",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"QR code",
|
|
"library"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"codemasher\\QRCode\\": "src/"
|
|
}
|
|
}
|
|
}
|