Skip to content

Commit

Permalink
Update the version of recommended Symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
zairigimad authored and dunglas committed Dec 4, 2023
1 parent 489bf40 commit c5dae59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

Use the `SYMFONY_VERSION` environment variable to select a specific Symfony version.

For instance, use the following command to install Symfony 5.4:
For instance, use the following command to install Symfony 6.4:

On Linux:

SYMFONY_VERSION=5.4.* docker compose up -d --wait
SYMFONY_VERSION=6.4.* docker compose up -d --wait
On Windows:

set SYMFONY_VERSION=5.4.* && docker compose up -d --wait&set SYMFONY_VERSION=
set SYMFONY_VERSION=6.4.* && docker compose up -d --wait&set SYMFONY_VERSION=

## Installing Development Versions of Symfony

Expand Down

0 comments on commit c5dae59

Please sign in to comment.