mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 01:50:04 +00:00
40 lines
673 B
JSON
40 lines
673 B
JSON
{
|
|
"name": "chillerlan/php-qrcode",
|
|
"description": "A QR code generator. PHP 7+",
|
|
"homepage": "https://github.com/codemasher/php-qrcode",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"QR code"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kazuhiko Arase",
|
|
"homepage": "https://github.com/kazuhikoarase"
|
|
},
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "6.0.*"
|
|
},
|
|
"suggest": {
|
|
"chillerlan/php-googleauth": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCode\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCodeTest\\": "tests/"
|
|
}
|
|
}
|
|
}
|