File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
1616using CodeIgniter4, that you would then use as the base for a new webapp.
1717The second technique described below lets you add CodeIgniter4 to an existing
1818webapp,
@@ -139,11 +139,11 @@ Next Minor Version
139139If you want to use the next minor version branch, after using the ``builds `` command
140140edit **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
149149And run ``composer update `` to sync your vendor
You can’t perform that action at this time.
0 commit comments