From 1a44b3c99024dde0dd60e1527017b0a5534f62cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:21:04 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 9.6.21 to 9.6.22 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/9.6.22/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.21...9.6.22) --- 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 79034fd..a22c096 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "1.12.11", "phpstan/phpstan-phpunit": "1.4.1", "phpstan/phpstan-strict-rules": "1.6.1", - "phpunit/phpunit": "9.6.21", + "phpunit/phpunit": "9.6.22", "saschaegerer/phpstan-typo3": "^1.10.2", "squizlabs/php_codesniffer": "3.11.1", "ssch/typo3-rector": "2.12.0",