From 319d9bea83c0d9653da32f2f84cb95e37f4a3e3d Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 21 Mar 2019 18:47:09 -0400 Subject: [PATCH] Fix build failures caused by older PHPUnit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4863e36475..48f496b666 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "commonmark/commonmark.js": "0.28", "michelf/php-markdown": "~1.4", "mikehaertl/php-shellcommand": "^1.2", - "phpunit/phpunit": "^5.7|^6.5", + "phpunit/phpunit": "^5.7.27|^6.5.14", "symfony/finder": "^3.0|^4.0", "scrutinizer/ocular": "^1.1" },