From 5ac545204bec1b4a96faf1e40aa217d0a959153b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 1 May 2019 07:02:05 +0000 Subject: [PATCH] Update matthiasnoback/symfony-dependency-injection-test requirement from ^2.0 || ^3.0 to ^2.0 || ^3.0 || ^4.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/commits/4.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 66660c6..8a6bff4 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "behat/behat": "~3.0", "squizlabs/php_codesniffer": "3.*", "phpunit/phpunit": "^7.0 || ^8.0", - "matthiasnoback/symfony-dependency-injection-test": "^2.0 || ^3.0", + "matthiasnoback/symfony-dependency-injection-test": "^2.0 || ^3.0 || ^4.0", "matthiasnoback/symfony-config-test": "^3.0 || ^4.0", "symfony/framework-bundle": "^3.0 || ^4.0", "yoanm/php-unit-extended": "~1.0"