Renamed env-example to .env.example for conformity and IDE-compatibility; added PHP version 8.0 in the example values

This commit is contained in:
aiden 2021-03-15 21:12:37 +11:00 committed by Aydin Salimov
parent 89ad4c8054
commit e7db566eee
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ COMPOSE_PROJECT_NAME=laradock
### PHP Version ###########################################
# 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
# Accepted values: 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
PHP_VERSION=7.3
### Phalcon Version ###########################################