diff options
Diffstat (limited to 'src/Symfony/Component/Security/Http')
-rw-r--r-- | src/Symfony/Component/Security/Http/composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 533365b..60bcd76 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -20,12 +20,13 @@ "symfony/security-core": "^4.4.8", "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^3.4|^4.0|^5.0" }, "require-dev": { "symfony/routing": "^3.4|^4.0|^5.0", "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0", - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "conflict": { "symfony/event-dispatcher": ">=5", |