From 5ef35d2f3596032187c786dcfad78f8d671f527c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jan 2020 11:24:17 +0100 Subject: v4.4.3 --- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Symfony/Bundle/SecurityBundle') diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 4093fe2..e503124 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -24,7 +24,7 @@ "symfony/security-core": "^4.4", "symfony/security-csrf": "^4.2|^5.0", "symfony/security-guard": "^4.2|^5.0", - "symfony/security-http": "^4.4.1" + "symfony/security-http": "^4.4.3" }, "require-dev": { "doctrine/doctrine-bundle": "^1.5|^2.0", -- cgit