We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--prefer-source
1 parent b2aac31 commit d75dabdCopy full SHA for d75dabd
1 file changed
user_guide_src/source/installation/installing_composer.rst
@@ -127,7 +127,7 @@ will be your document root.
127
128
In your project root::
129
130
- > composer require codeigniter4/framework --prefer-source
+ > composer require codeigniter4/framework
131
132
As with the earlier two composer install methods, you can omit installing
133
phpunit and its dependencies by adding the ``--no-dev`` argument to the ``composer require`` command.
@@ -157,7 +157,7 @@ Upgrading
157
158
Whenever there is a new release, then from the command line in your project root::
159
160
- > composer update --prefer-source
+ > composer update
161
162
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
163
0 commit comments