From 7f3e1a6786d627bc25bc3129e096dfbea1d341ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 09:20:56 +0000 Subject: [PATCH] Update symfony/http-foundation requirement from ^3.3 to ^3.3 || ^4.0 Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v3.3.0...v4.2.8) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 937dd74..8505d0d 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,6 @@ "require-dev": { "symfony/var-dumper": "*", "phpunit/phpunit": "^5.2", - "symfony/http-foundation": "^3.3" + "symfony/http-foundation": "^3.3 || ^4.0" } }