From 3393492a73fef3f2a24d3d012f3a6546f1360819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:26:06 +0200 Subject: [PATCH] Allow matthiasnoback/symfony-dependency-injection-test ^6.0.0 (#176) * Update matthiasnoback/symfony-dependency-injection-test requirement from ^4 || ^5 to ^6.0.0 --- updated-dependencies: - dependency-name: matthiasnoback/symfony-dependency-injection-test dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Allow SF DI test package v6.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Lai --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 76350d2..770c24e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "matthiasnoback/symfony-dependency-injection-test": "^4 || ^5", + "matthiasnoback/symfony-dependency-injection-test": "^4 || ^5 || ^6", "symfony/web-profiler-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", "phpunit/phpunit": "^9.6.13 || ^10.5.27",