Skip to content

Commit

Permalink
minor symfony#14708 Replace unavailable dependency in Symfony 4 (sebp…
Browse files Browse the repository at this point in the history
…acz)

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
  • Loading branch information
OskarStark committed Jan 3, 2021
2 parents 922a469 + 1c0c7ae commit 564ff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/unstable_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 564ff55

Please sign in to comment.