Skip to content

Commit 2285ee7

Browse files
committed
docs: ComposerScripts::postUpdate is not needed for end users
It removes system/ThirdParty/Kint/* when running `composer update` after removing `kint-php/kint` in composer.json.
1 parent bc518ea commit 2285ee7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ composer.json
7777
=============
7878

7979
If you installed CodeIgnter manually, and are using Composer,
80-
you need to remove the "kint-php/kint" line, and run ``composer update``.
80+
you need to remove the following lines, and run ``composer update``.
8181

8282
.. code-block:: text
8383
@@ -89,6 +89,13 @@ you need to remove the "kint-php/kint" line, and run ``composer update``.
8989
...
9090
},
9191
...
92+
"scripts": {
93+
"post-update-cmd": [
94+
"CodeIgniter\\ComposerScripts::postUpdate" <-- Remove this line
95+
],
96+
"test": "phpunit"
97+
},
98+
...
9299
}
93100
94101
Breaking Changes

0 commit comments

Comments
 (0)