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
14
14
Highlights
15
15
**********
16
16
17
- - TBD
17
+ - Update minimal PHP requirement to `` 8.2 ``.
18
18
19
19
********
20
20
BREAKING
Original file line number Diff line number Diff line change @@ -191,11 +191,11 @@ Next Minor Version
191
191
If you want to use the next minor version branch, after using the ``builds `` command
192
192
edit **composer.json ** manually.
193
193
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 ``::
195
195
196
196
"require": {
197
- "php": "^8.1 ",
198
- "codeigniter4/codeigniter4": "4.6 .x-dev"
197
+ "php": "^8.2 ",
198
+ "codeigniter4/codeigniter4": "4.7 .x-dev"
199
199
},
200
200
201
201
And run ``composer update `` to sync your vendor
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Server Requirements
10
10
PHP and Required Extensions
11
11
***************************
12
12
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:
14
14
15
15
- `intl <https://www.php.net/manual/en/intl.requirements.php >`_
16
16
- `mbstring <https://www.php.net/manual/en/mbstring.requirements.php >`_
@@ -23,6 +23,7 @@ PHP and Required Extensions
23
23
- The end of life date for PHP 8.1 will be December 31, 2025.
24
24
25
25
.. note ::
26
+ - PHP 8.5 requires CodeIgniter 4.7.0 or later.
26
27
- PHP 8.4 requires CodeIgniter 4.6.0 or later.
27
28
- PHP 8.3 requires CodeIgniter 4.4.4 or later.
28
29
- PHP 8.2 requires CodeIgniter 4.2.11 or later.
You can’t perform that action at this time.
0 commit comments