diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-27 07:36:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-27 07:36:54 +0200 |
commit | acd7873483409ffd0602c21da46ba8f736b800e4 (patch) | |
tree | cd3ce953814439bd5253b6a54d052af399250c39 /src/Symfony/Bundle/SecurityBundle/composer.json | |
parent | fc3f3f5e8562dc9b056a64c18137469b828f926f (diff) |
update to 4.4.28
all components now require symfony/polyfill-php80
Diffstat (limited to 'src/Symfony/Bundle/SecurityBundle/composer.json')
-rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index eb0ac43..1106acf 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -21,6 +21,7 @@ "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^4.4", "symfony/security-csrf": "^4.2|^5.0", "symfony/security-guard": "^4.2|^5.0", |