From 90ccd12e0a7a3dcc93fd83e4d32791ef7797ddc9 Mon Sep 17 00:00:00 2001 From: David Greminger Date: Wed, 8 Apr 2020 14:04:56 +0200 Subject: [PATCH] Add symfony/polyfill-php80 as requirement --- src/Symfony/Component/Security/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 5cd3193d4ce83..76b4fa21e622e 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -20,6 +20,7 @@ "symfony/event-dispatcher-contracts": "^1.1|^2", "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.15", "symfony/property-access": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2" },