From a4990126a20bbaa67ca34088ff91960c209a664b Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Wed, 29 Aug 2018 02:24:24 +0300 Subject: [PATCH] added PHPUnit 7.3 to support list (#39) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa3802f..6368294 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "phpunit/phpunit": "~7.1.0|~7.2.0", + "phpunit/phpunit": "~7.1.0|~7.2.0|~7.3.0", "phpunit/php-code-coverage": "^6.0", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0"