We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb0fca commit bc518eaCopy full SHA for bc518ea
1 file changed
user_guide_src/source/installation/upgrade_430.rst
@@ -73,6 +73,24 @@ 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 "kint-php/kint" line, 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
+ }
93
94
Breaking Changes
95
****************
96
0 commit comments