From 68833d188cbc523a4c6c902baade0e4367ee01c9 Mon Sep 17 00:00:00 2001 From: Lorand Gombos Date: Fri, 13 Aug 2021 10:16:48 +0300 Subject: [PATCH] Update available php version list --- DOCUMENTATION/content/introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/introduction/index.md b/DOCUMENTATION/content/introduction/index.md index 8f5ac26d..0c726d49 100644 --- a/DOCUMENTATION/content/introduction/index.md +++ b/DOCUMENTATION/content/introduction/index.md @@ -17,7 +17,7 @@ It supports a variety of common services, all pre-configured to provide a ready ## Features -- Easy switch between PHP versions: 7.4, 7.3, 7.2, 7.1, 5.6... +- Easy switch between PHP versions: 8.0, 7.4, 7.3, 7.2, 7.1, 5.6... - Choose your favorite database engine: MySQL, Postgres, MariaDB... - Run your own stack: Memcached, HHVM, RabbitMQ... - Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...