mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 12:20:07 +00:00
48 lines
885 B
JSON
48 lines
885 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",
|
|
"chillerlan/php-traits": "1.1.*",
|
|
"chillerlan/php-authenticator": ">=2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "6.5.*"
|
|
},
|
|
"suggest": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCode\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCodePublic\\": "public/",
|
|
"chillerlan\\QRCodeTest\\": "tests/",
|
|
"chillerlan\\QRCodeExamples\\": "examples/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-v2.0.x-php5": "1.0.8-dev"
|
|
}
|
|
}
|
|
}
|