From fb9b4784e10e63c89d149b885452939683e2a795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 13 May 2022 15:08:45 +0200 Subject: [PATCH] Document the upgraded third party libraries --- docs/migration/wsc55/libraries.md | 9 +++++++++ mkdocs.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 docs/migration/wsc55/libraries.md diff --git a/docs/migration/wsc55/libraries.md b/docs/migration/wsc55/libraries.md new file mode 100644 index 00000000..fe9c7c6c --- /dev/null +++ b/docs/migration/wsc55/libraries.md @@ -0,0 +1,9 @@ +# Migrating from WoltLab Suite 5.5 - Third Party Libraries + +## Symfony PHP Polyfills + +The Symfony Polyfills were removed, as the minimum PHP version was increased to PHP 8.1. + +## Laminas Diactoros + +Diactoros was updated from version 2.4 to 2.10. diff --git a/mkdocs.yml b/mkdocs.yml index 8fd33935..a8b10aec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -113,6 +113,7 @@ nav: - 'From WoltLab Suite 5.5': - 'PHP API': 'migration/wsc55/php.md' - 'TypeScript and JavaScript': 'migration/wsc55/javascript.md' + - 'Third Party Libraries': 'migration/wsc55/libraries.md' - 'From WoltLab Suite 5.4': - 'PHP API': 'migration/wsc54/php.md' - 'TypeScript and JavaScript': 'migration/wsc54/javascript.md' -- 2.20.1