Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit b777fcb

Browse files
tarreislammsonowal
authored andcommitted
Laravel 7 + Scout 8 support
According to: https://github.com/laravel/scout/blob/8.x/UPGRADE.md
1 parent 3686b2d commit b777fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"minimum-stability": "dev",
1616
"require": {
17-
"php": ">=7.0",
18-
"laravel/scout": "~6.0|~7.0"
17+
"php": ">=7.2",
18+
"laravel/scout": "~6.0|~7.0|~8.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)