@@ -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
138138Pros
139139----
@@ -272,7 +272,7 @@ and check Breaking Changes and Enhancements.
272272Upgrading 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
277277In that case, open **composer.json ** in your project root folder, and specify
278278the framework version:
0 commit comments