Update broken link to Symfony upgrade guide (#7201)

This commit is contained in:
JCarlos 2021-07-21 07:14:29 -05:00 committed by GitHub
parent 3cefc390cc
commit c2f61475e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Of course, don't forget to examine any 3rd party packages consumed by your appli
#### Symfony 4
All of the underlying Symfony components used by Laravel have been upgraded to the Symfony `^4.0` release series. If you are directly interacting with Symfony components within your application, you should review the [Symfony change log](https://github.com/symfony/symfony/blob/master/UPGRADE-4.0.md).
All of the underlying Symfony components used by Laravel have been upgraded to the Symfony `^4.0` release series. If you are directly interacting with Symfony components within your application, you should review the [Symfony change log](https://github.com/symfony/symfony/blob/4.0/UPGRADE-4.0.md).
#### PHPUnit