Skip to content

Commit 9e5ff18

Browse files
committed
update document
1 parent 8f53cea commit 9e5ff18

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DOCUMENTATION/content/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Supporting a variety of common services, all pre-configured to provide a full PH
1212
<a name="features"></a>
1313
## Features
1414

15-
- Easy switch between PHP versions: 7.3, 7.2, 7.1, 5.6...
15+
- Easy switch between PHP versions: 7.4, 7.3, 7.2, 7.1, 5.6...
1616
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
1717
- Run your own stack: Memcached, HHVM, RabbitMQ...
1818
- Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...

env-example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ COMPOSE_PROJECT_NAME=laradock
3737

3838
### PHP Version ###########################################
3939

40-
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.3 - 7.2 - 7.1 - 7.0 - 5.6
40+
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
41+
# Accepted values: 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
4142
PHP_VERSION=7.3
4243

4344
### Phalcon Version ###########################################

0 commit comments

Comments
 (0)