Skip to content

Commit 678bfd2

Browse files
kenjismichalsn
andauthored
docs: fix by proofreading
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 999f7e4 commit 678bfd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ the framework version:
8888
8989
Then, run the ``composer update`` command.
9090

91-
.. note:: If you fix the version number like ``"codeigniter4/framework": "4.4.8"``
91+
.. note:: When you use a fixed version number like ``"codeigniter4/framework": "4.4.8"``
9292
in your **composer.json**, ``composer update`` command will not update the
93-
framework. See `Writing Version Constraints`_ for how to specify the version.
93+
framework to the latest version. See `Writing Version Constraints`_ for how to specify the version.
9494

9595
.. _Writing Version Constraints: https://getcomposer.org/doc/articles/versions.md#writing-version-constraints
9696

@@ -131,9 +131,9 @@ the framework version:
131131
132132
Then, run the ``composer update`` command.
133133

134-
.. note:: If you fix the version number like ``"codeigniter4/framework": "4.4.8"``
134+
.. note:: When you use a fixed version number like ``"codeigniter4/framework": "4.4.8"``
135135
in your **composer.json**, ``composer update`` command will not update the
136-
framework. See `Writing Version Constraints`_ for how to specify the version.
136+
framework to the latest version. See `Writing Version Constraints`_ for how to specify the version.
137137

138138
Pros
139139
----
@@ -272,7 +272,7 @@ and check Breaking Changes and Enhancements.
272272
Upgrading to a Specified Version
273273
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274274

275-
For example, you may want to upgrade to v4.4.8 after v4.5.0 has been released.
275+
For example, you may want to upgrade from v4.4.7 to v4.4.8 after v4.5.0 has been released.
276276

277277
In that case, open **composer.json** in your project root folder, and specify
278278
the framework version:

0 commit comments

Comments
 (0)