From d0df31e232f7713287d6bf1e9015b7ec7baa744e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20H=C3=A9lias?= Date: Thu, 28 Mar 2024 15:39:05 +0100 Subject: [PATCH] docs: use the same command as in the symfony doc --- docs/existing-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/existing-project.md b/docs/existing-project.md index b81d3acae..14b26778a 100644 --- a/docs/existing-project.md +++ b/docs/existing-project.md @@ -20,7 +20,7 @@ Enable the Docker support of Symfony Flex: Re-execute the recipes to update the Docker-related files according to the packages you use rm symfony.lock - composer symfony:sync-recipes --force --verbose + composer recipes:install --force --verbose Double-check the changes, revert the changes that you don't want to keep: