Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 12, 2019
1 parent c51b3d2 commit 590480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### PHPUnit 8

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.
Dusk now provides optional support for PHPUnit 8, which requires 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.

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

### Minimum Laravel version

Expand Down

0 comments on commit 590480a

Please sign in to comment.