From fe34b9c4f8f22d810fe55af81126024d72993bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:30:29 +0000 Subject: [PATCH] [Dependabot] Update phpunit/phpunit requirement from 10.5.63 to 10.5.64 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.64/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.63...10.5.64) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 10.5.64 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 751ec3f5..be89dadc 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "phpstan/phpstan-phpunit": "1.4.2 || 2.0.18", "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.11", "phpunit/phpcov": "9.0.2", - "phpunit/phpunit": "10.5.63", + "phpunit/phpunit": "10.5.64", "rector/type-perfect": "1.0.0 || 2.1.4", "saschaegerer/phpstan-typo3": "1.10.2 || 2.1.1", "seld/jsonlint": "1.12.1",