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",