From 4263de43fd43e3e816fb98908ac8179af222ecc5 Mon Sep 17 00:00:00 2001 From: Afshin Tavakolian Date: Tue, 26 Apr 2022 15:18:18 +0430 Subject: [PATCH] Update index.md 8.1 PHP-FPM was added to the samples --- 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 689ab442..d1997b36 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: 8.0, 7.4, 7.3, 7.2, 7.1, 5.6... +- Easy switch between PHP versions: 8.1, 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...