Przeglądaj źródła

:sparkles: repo move

codemasher 8 lat temu
rodzic
commit
0112e33461
1 zmienionych plików z 5 dodań i 3 usunięć
  1. 5 3
      composer.json

+ 5 - 3
composer.json

@@ -1,8 +1,9 @@
 {
 {
 	"name": "chillerlan/php-qrcode",
 	"name": "chillerlan/php-qrcode",
 	"description": "A QR code generator. PHP 7+",
 	"description": "A QR code generator. PHP 7+",
-	"homepage": "https://github.com/codemasher/php-qrcode",
+	"homepage": "https://github.com/chillerlan/php-qrcode",
 	"license": "MIT",
 	"license": "MIT",
+	"minimum-stability": "stable",
 	"type": "library",
 	"type": "library",
 	"keywords": [
 	"keywords": [
 		"QR code"
 		"QR code"
@@ -14,7 +15,8 @@
 		},
 		},
 		{
 		{
 			"name": "Smiley",
 			"name": "Smiley",
-			"email": "smiley@chillerlan.net"
+			"email": "smiley@chillerlan.net",
+			"homepage": "https://github.com/codemasher"
 		}
 		}
 	],
 	],
 	"require": {
 	"require": {
@@ -22,7 +24,7 @@
 		"chillerlan/php-traits": "^1.1"
 		"chillerlan/php-traits": "^1.1"
 	},
 	},
 	"require-dev": {
 	"require-dev": {
-		"phpunit/phpunit": "6.5.*",
+		"phpunit/phpunit": "^6.5",
 		"chillerlan/php-authenticator": "^2.0"
 		"chillerlan/php-authenticator": "^2.0"
 	},
 	},
 	"suggest": {
 	"suggest": {