From 08e3486203268a230feb3851a811e64496d9c954 Mon Sep 17 00:00:00 2001 From: Marcin Kolanko <marcin.kolanko@wpdesk.net> Date: Tue, 16 Apr 2024 10:22:38 +0200 Subject: [PATCH] fix: tests --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f4ed92..739593d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "php": ">=5.5", - "phpunit/phpunit": "^8 | ^9", + "phpunit/phpunit": "^8", "mockery/mockery": "*", "10up/wp_mock": "*", "wimg/php-compatibility": "^8", -- GitLab