Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 3d1cf7c

Browse files
authored
Update composer.json to support laravel 5.8.*
1 parent b86c8c4 commit 3d1cf7c

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
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=7.0.0",
15-
"illuminate/support": "5.5.*||5.6.*||5.7.*",
16-
"illuminate/http": "5.5.*||5.6.*||5.7.*",
17-
"illuminate/database": "5.5.*||5.6.*||5.7.*"
15+
"illuminate/support": "5.5.*||5.6.*||5.7.*||5.8.*",
16+
"illuminate/http": "5.5.*||5.6.*||5.7.*||5.8.*",
17+
"illuminate/database": "5.5.*||5.6.*||5.7.*||5.8.*"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "~3.5",

0 commit comments

Comments
 (0)