Skip to content

Commit b2aac31

Browse files
committed
docs: remove out-of-dated? description
`--prefer-source` does not change the file contents.
1 parent a42651b commit b2aac31

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,6 @@ Whenever there is a new release, then from the command line in your project root
6767

6868
> composer update
6969

70-
If you want to compare the latest framework source structure for non-system directory (app, public, etc), you can update with ``--prefer-source``::
71-
72-
> composer update codeigniter4/framework --prefer-source
73-
74-
If ``--prefer-source`` doesn't automatically update to pull latest framework source structure, you can remove first::
75-
76-
rm -rf vendor/codeigniter4/framework && composer update codeigniter4/framework --prefer-source
77-
78-
If you used the ``--no-dev`` option when you created the project, it
79-
would be appropriate to do so here too, i.e., ``composer update --no-dev``.
80-
8170
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
8271

8372
Pros
@@ -97,7 +86,7 @@ Folders in your project after set up:
9786

9887
- app, public, tests, writable
9988
- vendor/codeigniter4/framework/system
100-
- vendor/codeigniter4/framework/app & public (compare with yours after updating when using ``--prefer-source``)
89+
- vendor/codeigniter4/framework/app & public
10190

10291
Latest Dev
10392
----------

0 commit comments

Comments
 (0)