Skip to content

Commit 7142f27

Browse files
committed
docs: require min PHP version 8.0
1 parent 202cb84 commit 7142f27

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

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

8787
## Server Requirements
8888

89-
PHP version 7.4 or higher is required, with the following extensions installed:
89+
PHP version 8.0 or higher is required, with the following extensions installed:
9090

9191
- [intl](http://php.net/manual/en/intl.requirements.php)
9292
- [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 7.4 or higher is required, with the following extensions installed:
45+
PHP version 8.0 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 7.4 or higher is required, with the following extensions installed:
53+
PHP version 8.0 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
@@ -136,7 +136,7 @@ See [Contribution CSS](./css.md).
136136

137137
### Compatibility
138138

139-
CodeIgniter4 requires [PHP 7.4](https://php.net/releases/7_4_0.php).
139+
CodeIgniter4 requires [PHP 8.0](https://php.net/releases/8_0_0.php).
140140

141141
### Backwards Compatibility
142142

user_guide_src/source/installation/upgrade_4xx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Downloads
4141
Namespaces
4242
==========
4343

44-
- CI4 is built for PHP 7.4+, and everything in the framework is namespaced, except for the helpers.
44+
- CI4 is built for PHP 8.0+, and everything in the framework is namespaced, except for the helpers.
4545

4646
Application Structure
4747
=====================

user_guide_src/source/intro/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Server Requirements
33
###################
44

5-
`PHP <https://www.php.net/>`_ version 7.4 or newer is required, with the following PHP extensions are enabled:
5+
`PHP <https://www.php.net/>`_ version 8.0 or newer is required, with the following PHP extensions are enabled:
66

77
- `intl <https://www.php.net/manual/en/intl.requirements.php>`_
88
- `mbstring <https://www.php.net/manual/en/mbstring.requirements.php>`_

0 commit comments

Comments
 (0)