From bf0887c6751467ee0dc011db43cb9941e425f34b Mon Sep 17 00:00:00 2001 From: Afshin Tavakolian Date: Tue, 26 Apr 2022 15:07:08 +0430 Subject: [PATCH] Update .env.example 8.1 PHP-FPM was added to the samples --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 1b396ce9..3adafe94 100644 --- a/.env.example +++ b/.env.example @@ -38,7 +38,7 @@ COMPOSE_PROJECT_NAME=laradock ### PHP Version ########################################### # Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). -# Accepted values: 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 +# Accepted values: 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 PHP_VERSION=7.4 ### Phalcon Version ###########################################