|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "chillerlan/php-qrcode",
|
|
|
- "description": "A QR code generator. PHP 7+",
|
|
|
+ "description": "A QR code generator. PHP 5.6+",
|
|
|
"homepage": "https://github.com/chillerlan/php-qrcode",
|
|
|
"license": "MIT",
|
|
|
"type": "library",
|
|
|
@@ -14,7 +14,8 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "Smiley",
|
|
|
- "email": "smiley@chillerlan.net"
|
|
|
+ "email": "smiley@chillerlan.net",
|
|
|
+ "homepage": "https://github.com/codemasher"
|
|
|
}
|
|
|
],
|
|
|
"require": {
|
|
|
@@ -23,8 +24,6 @@
|
|
|
"require-dev": {
|
|
|
"phpunit/phpunit": "^5.7"
|
|
|
},
|
|
|
- "suggest": {
|
|
|
- },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"chillerlan\\QRCode\\": "src/"
|