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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Update your `laravel/framework` dependency to `5.5.*` in your `composer.json` fi
25
25
],
26
26
}
27
27
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.
28
+
If you are using the `laravel/browser-kit-testing` package, you should update the package to `2.*` in your `composer.json` file.
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`.
30
+
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.
0 commit comments