Files
php-qrcode/composer.json
T
codemasher 0112e33461 repo move
2018-01-23 05:57:30 +01:00

50 lines
960 B
JSON

{
"name": "chillerlan/php-qrcode",
"description": "A QR code generator. PHP 7+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"license": "MIT",
"minimum-stability": "stable",
"type": "library",
"keywords": [
"QR code"
],
"authors": [
{
"name": "Kazuhiko Arase",
"homepage": "https://github.com/kazuhikoarase"
},
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
}
],
"require": {
"php": ">=7.0.3",
"chillerlan/php-traits": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"chillerlan/php-authenticator": "^2.0"
},
"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"
}
}
}