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
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,14 @@
4
4
5
5
### PHPUnit 8
6
6
7
-
Dusk now provides support for PHPUnit 8. If you wish to make use of PHPUnit 8 the minimum requirement is PHP 7.2. Please read through the entire list of changes in [the PHPUnit 8 release announcement](https://phpunit.de/announcements/phpunit-8.html).
7
+
Dusk now provides support for PHPUnit 8. If you wish to make use of PHPUnit 8 the minimum requirement is PHP 7.2. Please read through the entire list of changes in [the PHPUnit 8 release announcement](https://phpunit.de/announcements/phpunit-8.html). Using PHPUnit 8 will require Laravel 5.8 which will be released at the end of February 2019.
8
8
9
9
You may also choose to continue to use PHPUnit 7 which requires a minimum of PHP 7.1.
10
10
11
+
### Minimum Laravel version
12
+
13
+
Laravel 5.7 is now the minimum supported version of the framework and you should upgrade to continue using Dusk.
14
+
11
15
### `setUp` and `tearDown` changes
12
16
13
17
The `setUp` and `tearDown` methods now require the `void` return type. If you were overwriting these methods you should add it to the method signatures.
0 commit comments