revert default PHP version

This commit is contained in:
Andrey Bunyaev 2020-11-11 09:57:53 +04:00
parent 09bd426588
commit c25833d346

View File

@ -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 ###########################################