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/Component/Security | |
parent | 279e734da13d87d30a190eb442bbf35a378696b5 (diff) |
v4.4.1
Diffstat (limited to 'src/Symfony/Component/Security')
-rw-r--r-- | src/Symfony/Component/Security/Guard/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Component/Security/Guard/composer.json b/src/Symfony/Component/Security/Guard/composer.json index af3ce94..09b30d1 100644 --- a/src/Symfony/Component/Security/Guard/composer.json +++ b/src/Symfony/Component/Security/Guard/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.1.3", "symfony/security-core": "^3.4.22|^4.2.3|^5.0", - "symfony/security-http": "^4.3" + "symfony/security-http": "^4.4.1" }, "require-dev": { "psr/log": "~1.0" |