File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Release Date: Unreleased
1414Highlights
1515**********
1616
17- - TBD
17+ - Update minimal PHP requirement to `` 8.2 ``.
1818
1919********
2020BREAKING
Original file line number Diff line number Diff line change @@ -191,11 +191,11 @@ Next Minor Version
191191If you want to use the next minor version branch, after using the ``builds `` command
192192edit **composer.json ** manually.
193193
194- If you try the ``4.6 `` branch, change the version to ``4.6 .x-dev ``::
194+ If you try the ``4.7 `` branch, change the version to ``4.7 .x-dev ``::
195195
196196 "require": {
197- "php": "^8.1 ",
198- "codeigniter4/codeigniter4": "4.6 .x-dev"
197+ "php": "^8.2 ",
198+ "codeigniter4/codeigniter4": "4.7 .x-dev"
199199 },
200200
201201And run ``composer update `` to sync your vendor
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Server Requirements
1010PHP and Required Extensions
1111***************************
1212
13- `PHP <https://www.php.net/ >`_ version 8.1 or newer is required, with the following PHP extensions are enabled:
13+ `PHP <https://www.php.net/ >`_ version 8.2 or newer is required, with the following PHP extensions are enabled:
1414
1515 - `intl <https://www.php.net/manual/en/intl.requirements.php >`_
1616 - `mbstring <https://www.php.net/manual/en/mbstring.requirements.php >`_
@@ -23,6 +23,7 @@ PHP and Required Extensions
2323 - The end of life date for PHP 8.1 will be December 31, 2025.
2424
2525.. note ::
26+ - PHP 8.5 requires CodeIgniter 4.7.0 or later.
2627 - PHP 8.4 requires CodeIgniter 4.6.0 or later.
2728 - PHP 8.3 requires CodeIgniter 4.4.4 or later.
2829 - PHP 8.2 requires CodeIgniter 4.2.11 or later.
You can’t perform that action at this time.
0 commit comments