We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5895e commit 1c0c7aeCopy full SHA for 1c0c7ae
setup/unstable_versions.rst
@@ -68,7 +68,7 @@ Symfony version has deprecated some of its features.
68
$ cd projects/my_project/
69
$ git checkout -b testing_new_symfony
70
# ... update composer.json configuration
71
- $ composer update symfony/symfony
+ $ composer update "symfony/*"
72
73
# ... after testing the new Symfony version
74
$ git checkout master
0 commit comments