From 21b89629fcb80704d44af3a68eee74e026232fa6 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Thu, 20 Feb 2020 20:04:16 -0500 Subject: [PATCH] Bump minimum phpunit 8 version for development This is in require-dev, so it hopefully should have limited impact. The travis tests might pick up newer dependencies, though --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2eef0920c..7ac4d8464 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "brianium/paratest": "^4.0.0", "phpmyadmin/sql-parser": "5.1.0", "phpspec/prophecy": ">=1.9.0", - "phpunit/phpunit": "^7.5.16 || ^8.0", + "phpunit/phpunit": "^7.5.16 || ^8.5", "psalm/plugin-phpunit": "^0.9", "slevomat/coding-standard": "^5.0", "squizlabs/php_codesniffer": "^3.5",