From 72d550e6e54e38ed713fb10666555b62ecd42432 Mon Sep 17 00:00:00 2001 From: desaroger Date: Fri, 16 Feb 2018 19:10:03 +0100 Subject: [PATCH] Set php default version to 72 --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 19451db0..fbee2e0d 100644 --- a/env-example +++ b/env-example @@ -10,7 +10,7 @@ APPLICATION=../ ### PHP Version ######################################################################################################## # Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 72 - 71 - 70 - 56 -PHP_VERSION=71 +PHP_VERSION=72 ### PHP Interpreter #################################################################################################### # Select the PHP Interpreter. Accepted values: hhvm - php-fpm