From dcda6a765c80c9b817f1faddeae09d7cce4a0c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:40:21 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^10.5.34 to ^10.5.35 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.35/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35) --- 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 f432d9c7..a29afa04 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "helmich/typo3-typoscript-lint": "^3.2.1", "phpstan/phpstan": "^1.12.3", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.34", + "phpunit/phpunit": "^10.5.35", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.10.2", "ssch/typo3-rector": "^2.6.5",