Skip to content

Commit 1c0c7ae

Browse files
authored
Replace unavailable dependency in Symfony 4
1 parent 5b5895e commit 1c0c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/unstable_versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Symfony version has deprecated some of its features.
6868
$ cd projects/my_project/
6969
$ git checkout -b testing_new_symfony
7070
# ... update composer.json configuration
71-
$ composer update symfony/symfony
71+
$ composer update "symfony/*"
7272
7373
# ... after testing the new Symfony version
7474
$ git checkout master

0 commit comments

Comments
 (0)