From 414b10de0b8101b876d6af12a5e42ddc66e4c9b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:38:30 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit to v11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 9.6.21 | 11.4.2 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aefd51d4..c03956ca 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.9", "phpstan/phpstan-phpunit": "^1.1", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5 || ^11.0", "saschaegerer/phpstan-typo3": "^1.0", "ssch/typo3-rector": "^1.0 || ^2.0", "symfony/event-dispatcher": "^4.4 || ^5.0",