Skip to content

Commit

Permalink
add laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nckg committed Jan 29, 2021
1 parent ebb322c commit 383e3b4
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,10 +12,10 @@
"php": "^7.2"
},
"require-dev": {
"illuminate/support": "^7.0",
"illuminate/support": "^8.0",
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^5.0",
"mockery/mockery": "^1.2.2"
"orchestra/testbench": "^6.0",
"mockery/mockery": "^1.4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 383e3b4

Please sign in to comment.