Skip to content

Commit 48f08a7

Browse files
authored
Merge pull request lazychaser#402 from cybercog/fix/laravel-6-support
Use caret in Laravel 6 version name
2 parents f6f6d73 + 31832f7 commit 48f08a7

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
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=7.1.3",
16-
"illuminate/support": "~5.7.0|~5.8.0|~6.0",
17-
"illuminate/database": "~5.7.0|~5.8.0|~6.0",
18-
"illuminate/events": "~5.7.0|~5.8.0|~6.0"
16+
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
17+
"illuminate/database": "~5.7.0|~5.8.0|^6.0",
18+
"illuminate/events": "~5.7.0|~5.8.0|^6.0"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)