File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,31 @@ Mock Config Classes
73
73
74
74
- Add **types ** to the properties in these Config classes. You may need to fix the property values to match the property types.
75
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
+
76
101
Breaking Changes
77
102
****************
78
103
You can’t perform that action at this time.
0 commit comments