We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3229 commit 39ba997Copy full SHA for 39ba997
1 file changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chillerlan/php-qrcode",
3
- "description": "A QR code generator. PHP 7+",
+ "description": "A QR code generator. PHP 5.6+",
4
"homepage": "https://github.com/chillerlan/php-qrcode",
5
"license": "MIT",
6
"type": "library",
@@ -14,7 +14,8 @@
14
},
15
16
"name": "Smiley",
17
- "email": "smiley@chillerlan.net"
+ "email": "smiley@chillerlan.net",
18
+ "homepage": "https://github.com/codemasher"
19
}
20
],
21
"require": {
@@ -23,8 +24,6 @@
23
24
"require-dev": {
25
"phpunit/phpunit": "^5.7"
26
- "suggest": {
27
- },
28
"autoload": {
29
"psr-4": {
30
"chillerlan\\QRCode\\": "src/"
0 commit comments