We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448c0ab commit 54f8a8dCopy full SHA for 54f8a8d
user_guide_src/source/installation/installing_composer.rst
@@ -139,11 +139,11 @@ Next Minor Version
139
If you want to use the next minor version branch, after using the ``builds`` command
140
edit **composer.json** manually.
141
142
-If you try the ``4.4`` branch, change the version to ``4.4.x-dev``::
+If you try the ``4.6`` branch, change the version to ``4.6.x-dev``::
143
144
"require": {
145
- "php": "^7.4 || ^8.0",
146
- "codeigniter4/codeigniter4": "4.4.x-dev"
+ "php": "^8.0",
+ "codeigniter4/codeigniter4": "4.6.x-dev"
147
},
148
149
And run ``composer update`` to sync your vendor
0 commit comments