From 9f4ed0cf3d5ec49283fd41cd2f6bc49eb3e99a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 11:22:01 +0000 Subject: [PATCH] Update matthiasnoback/symfony-dependency-injection-test requirement Updates the requirements on [matthiasnoback/symfony-dependency-injection-test](https://github.com/matthiasnoback/SymfonyDependencyInjectionTest) to permit the latest version. - [Release notes](https://github.com/matthiasnoback/SymfonyDependencyInjectionTest/releases) - [Changelog](https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/blob/master/CHANGELOG.md) - [Commits](https://github.com/matthiasnoback/SymfonyDependencyInjectionTest/compare/5.0.0...6.1.0) --- updated-dependencies: - dependency-name: matthiasnoback/symfony-dependency-injection-test dependency-version: 6.1.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 a1b92c8..69cadee 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^10.5", "symfony/phpunit-bridge": "^6.4 || ^7.0", "matthiasnoback/symfony-config-test": "^5.0", - "matthiasnoback/symfony-dependency-injection-test": "^5.0", + "matthiasnoback/symfony-dependency-injection-test": "^6.1", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3",