From 2fde5c0768e190deaed5c72e7271e82edb44c663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:28:32 +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.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 09de43e..b965b39 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "sylius/mailer": "self.version" }, "require-dev": { - "matthiasnoback/symfony-dependency-injection-test": "^5.0", + "matthiasnoback/symfony-dependency-injection-test": "^6.0", "phpspec/phpspec": "^7.0", "phpstan/phpstan": "1.11.8", "phpstan/phpstan-phpunit": "1.1.1",