Skip to content

Commit 54f8a8d

Browse files
committed
docs: update next minor version sample
1 parent 448c0ab commit 54f8a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6`` branch, change the version to ``4.6.x-dev``::
143143

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

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

0 commit comments

Comments
 (0)