docs: require min PHP version 8.1

This commit is contained in:
kenjis 2023-10-13 17:28:37 +09:00
parent f0919838cb
commit 4cab531f0d
No known key found for this signature in database
GPG Key ID: BD254878922AF198
8 changed files with 8 additions and 8 deletions

View File

@ -86,7 +86,7 @@ Made with [contrib.rocks](https://contrib.rocks).
## Server Requirements
PHP version 8.0 or higher is required, with the following extensions installed:
PHP version 8.1 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

View File

@ -42,7 +42,7 @@ Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/
## Server Requirements
PHP version 8.0 or higher is required, with the following extensions installed:
PHP version 8.1 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

View File

@ -50,7 +50,7 @@ Problems with it can be raised on our forum, or as issues in the main repository
## Server Requirements
PHP version 8.0 or higher is required, with the following extensions installed:
PHP version 8.1 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

View File

@ -136,7 +136,7 @@ See [Contribution CSS](./css.md).
### Compatibility
CodeIgniter4 requires [PHP 8.0](https://php.net/releases/8_0_0.php).
CodeIgniter4 requires [PHP 8.1](https://php.net/releases/8_1_0.php).
### Backwards Compatibility

View File

@ -12,7 +12,7 @@ Release Date: Unreleased
Highlights
**********
- Update minimal PHP requirement to 8.0.
- Update minimal PHP requirement to 8.1.
- TBD
BREAKING

View File

@ -142,7 +142,7 @@ edit **composer.json** manually.
If you try the ``4.6`` branch, change the version to ``4.6.x-dev``::
"require": {
"php": "^8.0",
"php": "^8.1",
"codeigniter4/codeigniter4": "4.6.x-dev"
},

View File

@ -41,7 +41,7 @@ Downloads
Namespaces
==========
- CI4 is built for PHP 8.0+, and everything in the framework is namespaced,
- CI4 is built for PHP 8.1+, and everything in the framework is namespaced,
except for the helper and lang files.
Application Structure

View File

@ -10,7 +10,7 @@ Server Requirements
PHP and Required Extensions
***************************
`PHP <https://www.php.net/>`_ version 8.0 or newer is required, with the following PHP extensions are enabled:
`PHP <https://www.php.net/>`_ version 8.1 or newer is required, with the following PHP extensions are enabled:
- `intl <https://www.php.net/manual/en/intl.requirements.php>`_
- `mbstring <https://www.php.net/manual/en/mbstring.requirements.php>`_