From e0a8e8fb1270964fec89af19eb0cede5a22ade3e Mon Sep 17 00:00:00 2001 From: Christer Edvartsen Date: Mon, 6 Jan 2025 13:25:40 +0100 Subject: [PATCH] Add migration for future version --- docs/installation/upgrade.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation/upgrade.rst b/docs/installation/upgrade.rst index d5f24ee..127c0ce 100644 --- a/docs/installation/upgrade.rst +++ b/docs/installation/upgrade.rst @@ -3,6 +3,18 @@ Upgrading This section will cover breaking changes between major versions and other related information to ease upgrading to the latest version. +Migration from v5.x to v6.x +--------------------------- + +.. contents:: Changes + :local: + :depth: 1 + +PHP version requirement +^^^^^^^^^^^^^^^^^^^^^^^ + +``v6.x`` requires ``PHP >= 8.3``. + Migration from v4.x to v5.x ---------------------------