From 5067bb3977792a2e8baeb59fd2a07bf8820d407c Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Tue, 7 Jul 2020 20:38:13 +0200 Subject: [PATCH] Update composer.json Require secure http-foundation version 3.4.35 or higher. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7203f6b..64bea33 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "symfony/http-foundation": "^3.4.15" + "symfony/http-foundation": "^3.4.35" }, "require-dev": { "phpunit/phpunit": "^7.5"