Skip to content

Commit

Permalink
Added support for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sti3bas authored Sep 9, 2020
2 parents 91436fa + 957643b commit b8667f2
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 @@ -10,8 +10,8 @@
"require": {
"php": "^7.2",
"laravel/scout": "8.*",
"illuminate/database": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand All @@ -35,4 +35,4 @@
}
},
"prefer-stable": true
}
}

0 comments on commit b8667f2

Please sign in to comment.