Skip to content

Commit 5e520b9

Browse files
committed
Update dependencies.
1 parent 4c0fd9d commit 5e520b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
],
2222
"require": {
2323
"php": ">=5.6.4",
24-
"illuminate/contracts": "~5.3",
25-
"illuminate/database": "~5.3",
26-
"illuminate/support": "~5.3",
27-
"laravel/scout": "^2.0"
24+
"illuminate/contracts": "5.3.*|5.4.*",
25+
"illuminate/database": "5.3.*|5.4.*",
26+
"illuminate/support": "5.3.*|5.4.*",
27+
"laravel/scout": "2.*|3.*"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^4.8",

0 commit comments

Comments
 (0)