From c25833d346e8c95083881c681101131f9a2e208c Mon Sep 17 00:00:00 2001 From: Andrey Bunyaev Date: Wed, 11 Nov 2020 09:57:53 +0400 Subject: [PATCH] revert default PHP version --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 336ed67b..1bbfab97 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: 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 -PHP_VERSION=7.4 +PHP_VERSION=7.3 ### Phalcon Version ###########################################