From 4b9e10c98e8665f499ac9822993c0617588d40c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 08:17:35 +0200 Subject: v4.4.7 --- src/Symfony/Component/Security/Http/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Symfony/Component/Security/Http/composer.json') diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 686b2b9..699ffcf 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": "^7.1.3", - "symfony/security-core": "^4.4", - "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.7", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", "symfony/property-access": "^3.4|^4.0|^5.0" }, -- cgit