You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Update your `laravel/framework` dependency to `5.5.*` in your `composer.json` fi
27
27
28
28
Of course, don't forget to examine any 3rd party packages consumed by your application and verify you are using the proper version for Laravel 5.5 support.
29
29
30
+
If you're using browser-kit-testing, you'll need to update the dependency to `2.*` to be compatible with phpunit `~6.0`.
31
+
30
32
#### Laravel Installer
31
33
32
34
> {tip} If you commonly use the Laravel installer via `laravel new`, you should update your Laravel installer package using the `composer global update` command.
0 commit comments