Skip to content

Commit

Permalink
Use lower PHPUnit version to fix Failure exception
Browse files Browse the repository at this point in the history
I experienced sebastianbergmann/phpunit#3564 so I'm now requiring a lower PHPUnit 7.x version for the time being. We can't upgrade to 8.0 yet because we're still supporting PHP 7. A bugfix is already made (sebastianbergmann/phpunit#3566) so we should revert this once that's been tagged.
  • Loading branch information
driesvints committed Mar 21, 2019
1 parent b6fe5ee commit 52dc7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"illuminate/routing": "~5.7.0|~5.8.0",
"illuminate/view": "~5.7.0|~5.8.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
"phpunit/phpunit": "~7.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 52dc7d1

Please sign in to comment.