From 70cc52b8cdf5242256585b92735465e48beb2adf Mon Sep 17 00:00:00 2001 From: Oskars Germovs Date: Wed, 10 Jan 2024 20:59:26 +0200 Subject: [PATCH] amend Signed-off-by: Oskars Germovs --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f916a26f12..3186a9b243 100644 --- a/.env.example +++ b/.env.example @@ -39,7 +39,7 @@ COMPOSE_PROJECT_NAME=laradock # Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). # Accepted values: 8.3 - 8.2 - 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 -PHP_VERSION=8.3 +PHP_VERSION=7.4 ### Phalcon Version ###########################################