Files
php-qrcode/composer.json
T
codemasher 1042e99af3 🔥 test
2018-01-19 19:53:50 +01:00

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"
}
}
}