Skip to content

Commit 6d37a0f

Browse files
committed
docs: requirement
1 parent 3b0cccb commit 6d37a0f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Release Date: Unreleased
1414
Highlights
1515
**********
1616

17-
- TBD
17+
- Update minimal PHP requirement to ``8.2``.
1818

1919
********
2020
BREAKING

user_guide_src/source/installation/installing_composer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ Next Minor Version
191191
If you want to use the next minor version branch, after using the ``builds`` command
192192
edit **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

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

user_guide_src/source/intro/requirements.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Server Requirements
1010
PHP 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.

0 commit comments

Comments
 (0)