Skip to content

Commit 66c2b2f

Browse files
committed
docs: set minimum PHP 8.2
1 parent 9aa06a4 commit 66c2b2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Made with [contrib.rocks](https://contrib.rocks).
8787

8888
## Server Requirements
8989

90-
PHP version 8.1 or higher is required, with the following extensions installed:
90+
PHP version 8.2 or higher is required, with the following extensions installed:
9191

9292
- [intl](http://php.net/manual/en/intl.requirements.php)
9393
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

admin/framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/
4242

4343
## Server Requirements
4444

45-
PHP version 8.1 or higher is required, with the following extensions installed:
45+
PHP version 8.2 or higher is required, with the following extensions installed:
4646

4747
- [intl](http://php.net/manual/en/intl.requirements.php)
4848
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

admin/starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Problems with it can be raised on our forum, or as issues in the main repository
5050

5151
## Server Requirements
5252

53-
PHP version 8.1 or higher is required, with the following extensions installed:
53+
PHP version 8.2 or higher is required, with the following extensions installed:
5454

5555
- [intl](http://php.net/manual/en/intl.requirements.php)
5656
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

contributing/pull_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ See [Contribution CSS](./css.md).
158158

159159
### Compatibility
160160

161-
CodeIgniter4 requires [PHP 8.1](https://php.net/releases/8_1_0.php).
161+
CodeIgniter4 requires [PHP 8.2](https://php.net/releases/8_2_0.php).
162162

163163
### Backwards Compatibility
164164

0 commit comments

Comments
 (0)