From e45c03c7c4048756bfc5b95bed5c20b42d3898e9 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 3 Jun 2020 14:39:20 +0200
Subject: update to 4.4.9 raise dependency on symfony/polyfill 1.15

---
 src/Symfony/Component/Security/Http/composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/Symfony/Component/Security/Http')

diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json
index 6b23f5c..ac1d096 100644
--- a/src/Symfony/Component/Security/Http/composer.json
+++ b/src/Symfony/Component/Security/Http/composer.json
@@ -16,7 +16,7 @@
         }
     ],
     "require": {
-        "php": "^7.1.3",
+        "php": ">=7.1.3",
         "symfony/security-core": "^4.4.8",
         "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
         "symfony/http-kernel": "^4.4",
-- 
cgit