File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 ]
5757 },
5858 "scripts" : {
59- "post-update-cmd" : [
60- " CodeIgniter\\ ComposerScripts::postUpdate"
61- ],
6259 "test" : " phpunit"
6360 },
6461 "support" : {
Original file line number Diff line number Diff line change @@ -27,6 +27,28 @@ slash (``/``). Now it returns baseURL with a trailing slash. For example:
2727
2828If you have code to call ``base_url() `` without argument, you may need to adjust the URLs.
2929
30+ Mandatory File Changes
31+ **********************
32+
33+ composer.json
34+ =============
35+
36+ If you have installed CodeIgnter manually and are using or planning to use Composer,
37+ remove the following line:
38+
39+ .. code-block :: text
40+
41+ {
42+ ...
43+ "scripts": {
44+ "post-update-cmd": [
45+ "CodeIgniter\\ComposerScripts::postUpdate" <-- Remove this line
46+ ],
47+ "test": "phpunit"
48+ },
49+ ...
50+ }
51+
3052 Project Files
3153*************
3254
You can’t perform that action at this time.
0 commit comments