From 34b3dd8997540e543bc1e207f62dc1fd586b4def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:07:09 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^10.5.36 to ^10.5.37 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.37/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.36...10.5.37) --- 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 a1ebfd7..e48bcc9 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "friendsoftypo3/phpstan-typo3": "^0.9.0", "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.36", + "phpunit/phpunit": "^10.5.37", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.10.3", "ssch/typo3-rector": "^2.9.2",