From f4c381aaff63c1d7f0cd411c137fa4e6a9a8f2c6 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 16 Jan 2024 22:09:42 +0100 Subject: [PATCH] [BUGFIX] Bump the development dependencies This should fix CS-Fixer on PHP 8.3 with lowest dependencies. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8be18ba31e..b3c65bb09a 100644 --- a/composer.json +++ b/composer.json @@ -39,9 +39,9 @@ "require-dev": { "typo3/cms-composer-installers": "^3.1.3 || 4.0.0-RC1 || ^5.0", "typo3/testing-framework": "^7.0.4", - "phpunit/phpunit": "^9.6.13", + "phpunit/phpunit": "^9.6.15", "typo3/coding-standards": "^0.5.5", - "friendsofphp/php-cs-fixer": "^3.34.1", + "friendsofphp/php-cs-fixer": "^3.47.1", "webmozart/assert": "^1.11.0" }, "autoload": {