Skip to content

Commit 564ff55

Browse files
committed
minor #14708 Replace unavailable dependency in Symfony 4 (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- Replace unavailable dependency in Symfony 4 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 1c0c7ae Replace unavailable dependency in Symfony 4
2 parents 922a469 + 1c0c7ae commit 564ff55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/unstable_versions.rst

+1-1
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)