Browse Source

:octocat:

codemasher 5 years ago
parent
commit
39ba9975ce
1 changed files with 3 additions and 4 deletions
  1. 3 4
      composer.json

+ 3 - 4
composer.json

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