From a090c952ccf4ae0fc784c940cae1d4e800720b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:56:07 +0000 Subject: [PATCH] composer(deps-dev): update ergebnis/phpunit-slow-test-detector requirement Updates the requirements on [ergebnis/phpunit-slow-test-detector](https://github.com/ergebnis/phpunit-slow-test-detector) to permit the latest version. - [Release notes](https://github.com/ergebnis/phpunit-slow-test-detector/releases) - [Changelog](https://github.com/ergebnis/phpunit-slow-test-detector/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpunit-slow-test-detector/compare/2.23.0...2.24.0) --- updated-dependencies: - dependency-name: ergebnis/phpunit-slow-test-detector dependency-version: 2.24.0 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 6c50a0f..8a2c477 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.48", - "ergebnis/phpunit-slow-test-detector": "^2.23", + "ergebnis/phpunit-slow-test-detector": "^2.24", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^1.11", "phpstan/phpstan-deprecation-rules": "^1.2",