From 69ed1d289142492d9ae6b7ea2d45ce23d8dbddd5 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 18 Jul 2022 20:06:18 -0400 Subject: [PATCH] lower minimum polyfill version --- composer.json | 8 ++++---- composer.lock | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0b47609282..ba0231e275 100644 --- a/composer.json +++ b/composer.json @@ -94,10 +94,10 @@ "ezyang/htmlpurifier": "^4.13", "phpoffice/phpspreadsheet": "^1.18", "symfony/polyfill-php73": "^1.23", - "symfony/polyfill-php74": "^1.26", - "symfony/polyfill-php80": "^1.26", - "symfony/polyfill-php81": "^1.26", - "symfony/polyfill-php82": "^1.26", + "symfony/polyfill-php74": "^1.0", + "symfony/polyfill-php80": "^1.0", + "symfony/polyfill-php81": "^1.0", + "symfony/polyfill-php82": "^1.0", "html2text/html2text": "^4.3.1" }, "scripts": { diff --git a/composer.lock b/composer.lock index 5bd11dd58a..e4b347e5b9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "85fe2247e48442ca8427938514785be8", + "content-hash": "c03452159c5e34628225b66163e000e8", "packages": [ { "name": "adrienrn/php-mimetyper", -- 2.25.1