Skip to content

Commit b8cbcc3

Browse files
committed
docs: update descriptions
1 parent d7449f6 commit b8cbcc3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Composer Installation
55
:local:
66
:depth: 2
77

8-
Composer can be used in several ways to install CodeIgniter4 on your system.
8+
Composer can be used in two ways to install CodeIgniter4 on your system.
99

1010
.. important:: CodeIgniter4 requires Composer 2.0.14 or later.
1111

1212
.. note:: If you are not familiar with Composer, we recommend you read
1313
`Basic usage <https://getcomposer.org/doc/01-basic-usage.md>`_ first.
1414

15-
The first technique describes creating a skeleton project
15+
The first technique describes creating a skeleton project (app starter)
1616
using CodeIgniter4, that you would then use as the base for a new webapp.
1717
The second technique described below lets you add CodeIgniter4 to an existing
1818
webapp,
@@ -139,11 +139,11 @@ Next Minor Version
139139
If you want to use the next minor version branch, after using the ``builds`` command
140140
edit **composer.json** manually.
141141

142-
If you try the ``4.4`` branch, change the version to ``4.4.x-dev``::
142+
If you try the ``4.5`` branch, change the version to ``4.5.x-dev``::
143143

144144
"require": {
145-
"php": "^7.4 || ^8.0",
146-
"codeigniter4/codeigniter4": "4.4.x-dev"
145+
"php": "^8.1",
146+
"codeigniter4/codeigniter4": "4.5.x-dev"
147147
},
148148

149149
And run ``composer update`` to sync your vendor

0 commit comments

Comments
 (0)