From 80991483bce234eb31ad967a0f706dcc337bcdb3 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Fri, 21 Apr 2017 22:37:59 -0400 Subject: [PATCH] default php to 7.1 --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index a5db168d..7829a2de 100644 --- a/env-example +++ b/env-example @@ -16,7 +16,7 @@ DATA_SAVE_PATH=../data # Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM) # Accepted values: 71 - 70 - 56 -PHP_VERSION=70 +PHP_VERSION=71 ### PHP interpreter # Accepted values: hhvm - php-fpm