Update the version of recommended Symfony version

This commit is contained in:
Zairig Imad 2023-12-04 15:22:19 +01:00 committed by Kévin Dunglas
parent 489bf4065c
commit c5dae592bd

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