From 64c5961cab24a0c9212f9a3f4dc4e40dcab178e3 Mon Sep 17 00:00:00 2001 From: Marjo Date: Tue, 5 Mar 2024 13:59:46 +0100 Subject: [PATCH] Update composer dependencies (#32) This commit updates the versions of 'phpunit/phpunit' and 'rector/rector' in the composer.json file. It also adds support for 'phpunit/phpunit' version 11.0.4. These updates ensure the project dependencies are kept up-to-date and secure. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5e01f67..685576c 100644 --- a/composer.json +++ b/composer.json @@ -54,9 +54,9 @@ "phpstan/extension-installer": ">=1.3.1", "phpstan/phpstan": ">=1.10.59", "phpstan/phpstan-strict-rules": ">=1.5.2", - "phpunit/phpunit": ">=10.5.10", + "phpunit/phpunit": ">=10.5.10|>=11.0.4", "psalm/plugin-phpunit": ">=0.18.4", - "rector/rector": ">=1.0.1", + "rector/rector": ">=1.0.2", "roave/no-floaters": ">=1.11.0", "roave/security-advisories": "dev-latest", "vimeo/psalm": ">=5.22.2"