Skip to content

Commit 81e1166

Browse files
committed
Update composer.json
1 parent b7045db commit 81e1166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"require": {
1111
"php": "^7.1.3",
1212
"laravel/scout": "7.*",
13-
"illuminate/database": "~5.4",
14-
"illuminate/support": "~5.4"
13+
"illuminate/database": "~5.4|^6.0",
14+
"illuminate/support": "~5.4|^6.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~6.0",
@@ -35,4 +35,4 @@
3535
}
3636
},
3737
"prefer-stable": true
38-
}
38+
}

0 commit comments

Comments
 (0)