Skip to content

Commit f42cd4f

Browse files
author
Tim Helfensdörfer
committed
Updated for laravel 6
1 parent 5328bb3 commit f42cd4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": ">=7.0.0",
16-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
17-
"illuminate/events": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
18-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0"
16+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0",
17+
"illuminate/events": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0",
18+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0"
1919
},
2020
"require-dev": {
2121
"d11wtq/boris": "~1.0.10",

0 commit comments

Comments
 (0)