diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-02 15:39:09 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-02 15:39:09 +0100 |
commit | f4f5811298329588cc33dfd6938912990975537e (patch) | |
tree | 05be5d2a1644711beb0d90c8a7eb6cd7ba0f35f9 /src/Symfony/Bundle/SecurityBundle | |
parent | 279e734da13d87d30a190eb442bbf35a378696b5 (diff) |
v4.4.1
Diffstat (limited to 'src/Symfony/Bundle/SecurityBundle')
-rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 4ec8665..4093fe2 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" + "symfony/security-http": "^4.4.1" }, "require-dev": { "doctrine/doctrine-bundle": "^1.5|^2.0", |