Explorar el Código

Merge pull request #8236 from bshaffer/patch-3

fix: README supported PHP version for C extension
Joshua Haberman hace 4 años
padre
commit
5e79c737d8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      php/README.md

+ 2 - 2
php/README.md

@@ -16,8 +16,8 @@ generation functionality.
 
 To use PHP runtime library requires:
 
-- C extension: PHP 5.5, 5.6, or 7.
-- [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6 or 7.
+- C extension: PHP 7.x, 8.0
+- [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
 
 ## Installation