From 53d586b92c9830eabc10c538538ba676d505a856 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 29 Jun 2023 13:29:48 +0100 Subject: [PATCH] Install symfony/polyfill-php82 (v1.27.0) Change-Id: Id30ffd2be803041fe182ee93f86fad978055f8f6 Depends-On: I4db6cfa59f94ba0774318fcc8362dd3150882641 --- RELEASE-NOTES-1.41 | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES-1.41 b/RELEASE-NOTES-1.41 index 3561ae61766..e8c0190217b 100644 --- a/RELEASE-NOTES-1.41 +++ b/RELEASE-NOTES-1.41 @@ -72,6 +72,7 @@ For notes on 1.40.x and older releases, see HISTORY. ==== New external libraries ==== * Added pinia at v2.0.16. * Added symfony/polyfill-php81 at v1.27.0. +* Added symfony/polyfill-php82 at v1.27.0. ===== New development-only external libraries ===== * … diff --git a/composer.json b/composer.json index f3509131bfd..a868deb6567 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,7 @@ "ralouphie/getallheaders": "3.0.3", "symfony/polyfill-php80": "1.27.0", "symfony/polyfill-php81": "1.27.0", + "symfony/polyfill-php82": "1.27.0", "symfony/yaml": "5.4.17", "wikimedia/assert": "0.5.1", "wikimedia/at-ease": "2.1.0",