diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-13 12:08:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-13 12:08:37 +0100 |
commit | b44fb6726b7e514e7048d864914667cea6a5e5ad (patch) | |
tree | 1577046d532934ae777df0e7dcacca869ad4cab9 /src/Symfony/Bundle/SecurityBundle | |
parent | 2d474d4fd57c03939a259b415e40fb1db464d580 (diff) |
v4.3.8
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 a727e48..e864dce 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -24,7 +24,7 @@ "symfony/security-core": "~4.3", "symfony/security-csrf": "~4.2", "symfony/security-guard": "~4.2", - "symfony/security-http": "^4.3" + "symfony/security-http": "^4.3.8" }, "require-dev": { "symfony/asset": "~3.4|~4.0", |