Skip to content

Commit 39ba997

Browse files
committed
:octocat:
1 parent cbd3229 commit 39ba997

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chillerlan/php-qrcode",
3-
"description": "A QR code generator. PHP 7+",
3+
"description": "A QR code generator. PHP 5.6+",
44
"homepage": "https://github.com/chillerlan/php-qrcode",
55
"license": "MIT",
66
"type": "library",
@@ -14,7 +14,8 @@
1414
},
1515
{
1616
"name": "Smiley",
17-
"email": "[email protected]"
17+
"email": "[email protected]",
18+
"homepage": "https://github.com/codemasher"
1819
}
1920
],
2021
"require": {
@@ -23,8 +24,6 @@
2324
"require-dev": {
2425
"phpunit/phpunit": "^5.7"
2526
},
26-
"suggest": {
27-
},
2827
"autoload": {
2928
"psr-4": {
3029
"chillerlan\\QRCode\\": "src/"

0 commit comments

Comments
 (0)