Updates supported PHP versions.

This update addresses the issue raised in [GitHub Issue #12760](https://github.com/protocolbuffers/protobuf/issues/12760).

PiperOrigin-RevId: 532116533
pull/12813/head
Protobuf Team Bot 2023-05-15 08:12:56 -07:00 committed by Copybara-Service
parent e6adc6d3cd
commit ab678477cd
1 changed files with 7 additions and 3 deletions

View File

@ -14,10 +14,14 @@ generation functionality.
## Requirements
To use PHP runtime library requires:
Using the PHP runtime library requires:
- C extension: PHP 7.x, 8.0
- [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
- C extension: PHP 7.x, 8.x
- [PHP package](http://php.net/downloads.php): PHP 7.4+
For information on how the support levels for PHP versions will change over
time, see
[Supported PHP versions](https://cloud.google.com/php/getting-started/supported-php-versions).
## Installation