From b668c3b20d501e6f2aaa8f48eee46ac60fab9137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:17:46 +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/4.0.0...5.1.0) --- updated-dependencies: - dependency-name: matthiasnoback/symfony-dependency-injection-test 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 b6d8689..fe4367b 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "twig/twig": "^3.0", "symfony/twig-bundle": "^4.4||^5.0", "phpunit/phpunit": "^9.5", - "matthiasnoback/symfony-dependency-injection-test": "^4.0", + "matthiasnoback/symfony-dependency-injection-test": "^5.1", "matthiasnoback/symfony-config-test": "^4.0", "broadway/coding-standard": "^1.2", "phpstan/phpstan": "^1.0"