From 9e5fdda294dc5785502b1eba30710497862c414c Mon Sep 17 00:00:00 2001 From: SDLyu Date: Sat, 5 May 2018 22:06:15 +0800 Subject: [PATCH] Update env-example --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 87f4cefe..ec5562f3 100644 --- a/env-example +++ b/env-example @@ -31,7 +31,7 @@ COMPOSE_PATH_SEPARATOR=: ### PHP Version ########################################### -# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2 - 7.1 - 7.0 - 5.6 - 5.5 +# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2 - 7.1 - 7.0 - 5.6 PHP_VERSION=7.2 ### PHP Interpreter #######################################