Document the inclusion of Symfony Polyfills in libraries.md
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 13 Oct 2021 09:09:09 +0000 (11:09 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 09:09:09 +0000 (11:09 +0200)
docs/migration/wsc54/libraries.md

index 9b5273344259b39a3e4e80221b7b39766ea1c4e8..0882d05c054adc34dc9b11a6b4ced82534ab1c55 100644 (file)
@@ -1,5 +1,13 @@
 # Migrating from WSC 5.4 - Third Party Libraries
 
+## Symfony PHP Polyfills
+
+WoltLab Suite 5.5 ships with Symfony's PHP 7.3, 7.4, and 8.0 polyfills.
+These polyfills allow you to reliably use some of the PHP functions only available in PHP versions that are newer than the current minimum of PHP 7.2.
+Notable mentions are `str_starts_with`, `str_ends_with`, `array_key_first`, and `array_key_last`.
+
+Refer to the documentation within the [symfony/polyfill](https://github.com/symfony/polyfill/) repository for details.
+
 ## scssphp
 
 scssphp was updated from version 1.4 to 1.8.