diff --git a/setup/unstable_versions.rst b/setup/unstable_versions.rst index 27036493fd4..5e11526b20e 100644 --- a/setup/unstable_versions.rst +++ b/setup/unstable_versions.rst @@ -68,7 +68,7 @@ Symfony version has deprecated some of its features. $ cd projects/my_project/ $ git checkout -b testing_new_symfony # ... update composer.json configuration - $ composer update symfony/symfony + $ composer update "symfony/*" # ... after testing the new Symfony version $ git checkout master