Skip to content

Commit

Permalink
Add explicit support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Sep 1, 2020
1 parent 2591fed commit e575170
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 @@ -12,12 +12,12 @@
],
"require": {
"php": ">=7.0",
"laravel/framework": ">=5.4.36",
"laravel/framework": ">=5.4.36|^8.0",
"pragmarx/google2fa-qrcode": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5|~6|~7|~8",
"orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*"
"orchestra/testbench": "3.4.*|3.5.*|3.6.*|3.7.*|4.*|5.*|6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e575170

Please sign in to comment.