We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9752107 commit fd029ccCopy full SHA for fd029cc
1 file changed
user_guide_src/source/installation/upgrade_432.rst
@@ -27,6 +27,28 @@ slash (``/``). Now it returns baseURL with a trailing slash. For example:
27
28
If you have code to call ``base_url()`` without argument, you may need to adjust the URLs.
29
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
52
Project Files
53
*************
54
0 commit comments