Skip to content

Commit e366767

Browse files
authored
Update version constraints to support PHP 7.0 and Laravel >= 5.4
Because Laravel Scout 4 is compatible with PHP >= 7.0 and Laravel >= 5.4 Related to: 85de4f2
1 parent 207295c commit e366767

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1.3",
24-
"illuminate/contracts": "5.6.*",
25-
"illuminate/database": "5.6.*",
26-
"illuminate/support": "5.6.*",
27-
"laravel/scout": "4.*"
23+
"php": ">=7.0",
24+
"illuminate/contracts": "~5.4",
25+
"illuminate/database": "~5.4",
26+
"illuminate/support": "~5.4",
27+
"laravel/scout": "~4.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~7.0",

0 commit comments

Comments
 (0)