From bec724403e549865e1c562e08b592ab8b2ae240e Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Mon, 17 Feb 2020 09:43:51 +0000 Subject: [PATCH 1/3] amending dev package constraint compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1798b0..1e91e40 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpunit/php-timer": "^2.0||^3.0" }, "require-dev": { - "phpunit/phpunit": "^7.0||^8.0||^9.0", + "phpunit/phpunit": "^7.5.20||^8.5||^9.0", "squizlabs/php_codesniffer": "^2.8.1||^3.5" }, "autoload": { From d9180fbfd8ab10e042fde463bd5244a1e4468dbc Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Mon, 17 Feb 2020 09:43:51 +0000 Subject: [PATCH 2/3] amending dev package constraint compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e1798b0..1e91e40 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpunit/php-timer": "^2.0||^3.0" }, "require-dev": { - "phpunit/phpunit": "^7.0||^8.0||^9.0", + "phpunit/phpunit": "^7.5.20||^8.5||^9.0", "squizlabs/php_codesniffer": "^2.8.1||^3.5" }, "autoload": { From 912f32aec8084b7553f22f7054bc1b6e6a7f66a3 Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Mon, 17 Feb 2020 09:43:51 +0000 Subject: [PATCH 3/3] amending dev package constraint compatibility with phpunit/php-timer can't be verified by tests if it isn't installed in CI --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c8305b..2229d3e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpunit/php-timer": "^2.0||^3.0||^4.0||^5.0" }, "require-dev": { - "phpunit/phpunit": "^7.0||^8.0||^9.0", + "phpunit/phpunit": "^7.5.20||^8.5||^9.0", "squizlabs/php_codesniffer": "^2.8.1||^3.5" }, "autoload": {