Skip to content

Commit 55c1aa1

Browse files
authored
Require Laravel 5.8
1 parent 4cdcdd2 commit 55c1aa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"license" : "MIT",
1313
"require": {
14-
"illuminate/support": "^5.6",
15-
"illuminate/container": "^5.6",
16-
"illuminate/database": "^5.6",
17-
"illuminate/events": "^5.6",
14+
"illuminate/support": "^5.8",
15+
"illuminate/container": "^5.8",
16+
"illuminate/database": "^5.8",
17+
"illuminate/events": "^5.8",
1818
"mongodb/mongodb": "^1.0.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)