From d171ac348fc905d5553406b7a8a8e44961ac022c Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 25 Jun 2024 13:38:16 +0900 Subject: [PATCH] docs: add note to upgrade_420.rst --- user_guide_src/source/installation/upgrade_420.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user_guide_src/source/installation/upgrade_420.rst b/user_guide_src/source/installation/upgrade_420.rst index 03aebabb015c..d86800f58dbc 100644 --- a/user_guide_src/source/installation/upgrade_420.rst +++ b/user_guide_src/source/installation/upgrade_420.rst @@ -43,6 +43,8 @@ The constants ``EVENT_PRIORITY_LOW``, ``EVENT_PRIORITY_NORMAL`` and ``EVENT_PRIO composer.json ============= +.. note:: This procedure is not required in v4.5.0 or later. + If you use Composer, when you installed CodeIgniter v4.1.9 or before, and if there are ``App\\`` and ``Config\\`` namespaces in your ``/composer.json``'s ``autoload.psr-4`` like the following, you need to remove these lines, and run ``composer dump-autoload``.