Skip to content

Commit d75dabd

Browse files
committed
docs: remove --prefer-source
It is not needed.
1 parent b2aac31 commit d75dabd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ will be your document root.
127127

128128
In your project root::
129129

130-
> composer require codeigniter4/framework --prefer-source
130+
> composer require codeigniter4/framework
131131

132132
As with the earlier two composer install methods, you can omit installing
133133
phpunit and its dependencies by adding the ``--no-dev`` argument to the ``composer require`` command.
@@ -157,7 +157,7 @@ Upgrading
157157

158158
Whenever there is a new release, then from the command line in your project root::
159159

160-
> composer update --prefer-source
160+
> composer update
161161

162162
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
163163

0 commit comments

Comments
 (0)