Browse Source

bumped phpunit version to 6.x

smiley 8 years ago
parent
commit
1c6fa5e9b2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -1,6 +1,6 @@
 {
 	"name": "chillerlan/php-qrcode",
-	"description": "A QR code generator. PHP 5.6+, PHP 7",
+	"description": "A QR code generator. PHP 7+",
 	"homepage": "https://github.com/codemasher/php-qrcode",
 	"license": "MIT",
 	"type": "library",
@@ -18,10 +18,10 @@
 		}
 	],
 	"require": {
-		"php": ">=5.6.0"
+		"php": ">=7.0.3"
 	},
 	"require-dev": {
-		"phpunit/phpunit": "5.3.*"
+		"phpunit/phpunit": "6.0.*"
 	},
 	"suggest": {
 		"chillerlan/php-googleauth": "*"