diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-02 14:44:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-02 14:44:54 +0100 |
commit | acc9b405b953868d8a3c7ca6d8ee43240a23c654 (patch) | |
tree | 6678d23c15e4e0d2e89645a59f7a9b8ea088464d /src | |
parent | 42167dda209bdc1994c891bf5188958981b8b613 (diff) |
Diffstat (limited to 'src')
-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 1106acf..4061646 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -25,7 +25,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.5" + "symfony/security-http": "^4.4.50" }, "require-dev": { "doctrine/annotations": "^1.10.4", |