From 106931e76ced030d8b417bc047233772c46f7eef Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 17 Mar 2025 08:57:01 +0100 Subject: [PATCH] Bump phpunit version(s) --- composer.json-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json-dist b/composer.json-dist index 836c0876..1c1fe03a 100644 --- a/composer.json-dist +++ b/composer.json-dist @@ -26,6 +26,6 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "phpstan/phpstan": "^1.2", - "phpunit/phpunit": "^7 || ^9" + "phpunit/phpunit": "^9 || ^10" } }