From ded8a0ac3c425f0519e8ce3547c705d9d4387ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:43:11 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^10.5.37 to ^10.5.38 (#88) 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.38/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.37...10.5.38) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 89826b3..3237bc5 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.37", + "phpunit/phpunit": "^10.5.38", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.10.3", "ssch/typo3-rector": "^2.11.0",