From 4f3d8f92f8714586d11f4188f50e3ccdc29f6d10 Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Tue, 31 Jul 2018 23:30:35 +0300 Subject: [PATCH 1/2] Make more strict dependency to PHPUnit To not fail on next update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 779a7c6..a3c0943 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "phpunit/phpunit": "^7.1", + "phpunit/phpunit": "~7.2.0", "phpunit/php-code-coverage": "^6.0", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0" From e90658d93f22acd3bf17b33ecc5b853764760ade Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Wed, 1 Aug 2018 10:22:41 +0300 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a3c0943..fa3802f 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "phpunit/phpunit": "~7.2.0", + "phpunit/phpunit": "~7.1.0|~7.2.0", "phpunit/php-code-coverage": "^6.0", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0"