Skip to content

Commit bc518ea

Browse files
committed
docs: add missing composer.json in Mandatory File Changes
1 parent 0eb0fca commit bc518ea

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,24 @@ Mock Config Classes
7373

7474
- Add **types** to the properties in these Config classes. You may need to fix the property values to match the property types.
7575

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+
7694
Breaking Changes
7795
****************
7896

0 commit comments

Comments
 (0)