Skip to content

Commit

Permalink
Support latest phpunit and testbench versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nonoesp committed Apr 30, 2020
1 parent cafe12b commit c387b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"illuminate/support": "~5.3 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "7.*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1"
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit c387b9f

Please sign in to comment.