From 26ce0c1d5415c99fef7c391c698886c5ba54e1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:29:47 +0000 Subject: [PATCH] Update matthiasnoback/symfony-dependency-injection-test requirement || ^6.0 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.1.0...6.0.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 bf3efb6e..cdd9f476 100644 --- a/composer.json +++ b/composer.json @@ -94,7 +94,7 @@ "doctrine/persistence": "^3.1", "ekino/phpstan-banned-code": "^1.0", "infection/infection": "^0.29", - "matthiasnoback/symfony-dependency-injection-test": "^5.1", + "matthiasnoback/symfony-dependency-injection-test": "^5.1 || ^6.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.8",