Skip to content

Commit c51b3d2

Browse files
committed
Update upgrade guide
1 parent 252f1c7 commit c51b3d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
### PHPUnit 8
66

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.
88

99
You may also choose to continue to use PHPUnit 7 which requires a minimum of PHP 7.1.
1010

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+
1115
### `setUp` and `tearDown` changes
1216

1317
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

Comments
 (0)