We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a67f48b + 2285ee7 commit 225eaaeCopy full SHA for 225eaae
1 file changed
user_guide_src/source/installation/upgrade_430.rst
@@ -73,6 +73,31 @@ Mock Config Classes
73
74
- Add **types** to the properties in these Config classes. You may need to fix the property values to match the property types.
75
76
+composer.json
77
+=============
78
+
79
+If you installed CodeIgnter manually, and are using Composer,
80
+you need to remove the following lines, and run ``composer update``.
81
82
+.. code-block:: text
83
84
+ {
85
+ ...
86
+ "require": {
87
88
+ "kint-php/kint": "^4.2", <-- Remove this line
89
90
+ },
91
92
+ "scripts": {
93
+ "post-update-cmd": [
94
+ "CodeIgniter\\ComposerScripts::postUpdate" <-- Remove this line
95
+ ],
96
+ "test": "phpunit"
97
98
99
+ }
100
101
Breaking Changes
102
****************
103
0 commit comments