From 4d7898b932f4443d214044a5e9fb7584da56fa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:48:09 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^10.5.40 to ^10.5.41 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.41/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.40...10.5.41) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3600bd4..cec29f4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "friendsoftypo3/phpstan-typo3": "^0.9.0", "phpstan/phpstan": "^1.12.7", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.40", + "phpunit/phpunit": "^10.5.41", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.11.2", "ssch/typo3-rector": "^2.12.0",