Skip to content

Commit 71af2b7

Browse files
Fixes support for laravel version 5.8
1 parent c66abe7 commit 71af2b7

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
@@ -40,9 +40,9 @@
4040
],
4141
"require": {
4242
"php": ">=7.2",
43-
"illuminate/console": "^6.0",
44-
"illuminate/database": "^6.0",
45-
"illuminate/filesystem": "^6.0",
43+
"illuminate/console": "^5.8|^6.0",
44+
"illuminate/database": "^5.8|^6.0",
45+
"illuminate/filesystem": "^5.8|^6.0",
4646
"laravel/helpers": "^1.1"
4747
},
4848
"require-dev": {

0 commit comments

Comments
 (0)