Skip to content

Commit

Permalink
Laravel 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nckg committed Mar 13, 2020
1 parent 9b6b443 commit ebb322c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"php": "^7.2"
},
"require-dev": {
"illuminate/support": "~5.8.0",
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.8",
"illuminate/support": "^7.0",
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.2.2"
},
"autoload": {
Expand Down

0 comments on commit ebb322c

Please sign in to comment.