bumped phpunit version to 6.x

This commit is contained in:
smiley
2017-02-26 16:50:03 +01:00
parent 04bd4a86c5
commit 1c6fa5e9b2
+3 -3
View File
@@ -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": "*"