Skip to content

Commit fd029cc

Browse files
committed
docs: add upgrading guide
1 parent 9752107 commit fd029cc

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_432.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,28 @@ slash (``/``). Now it returns baseURL with a trailing slash. For example:
2727

2828
If you have code to call ``base_url()`` without argument, you may need to adjust the URLs.
2929

30+
Mandatory File Changes
31+
**********************
32+
33+
composer.json
34+
=============
35+
36+
If you have installed CodeIgnter manually and are using or planning to use Composer,
37+
remove the following line:
38+
39+
.. code-block:: text
40+
41+
{
42+
...
43+
"scripts": {
44+
"post-update-cmd": [
45+
"CodeIgniter\\ComposerScripts::postUpdate" <-- Remove this line
46+
],
47+
"test": "phpunit"
48+
},
49+
...
50+
}
51+
3052
Project Files
3153
*************
3254

0 commit comments

Comments
 (0)