Skip to content

Commit 3551306

Browse files
committedFeb 26, 2019
Added support for illuminate/support 5.8
1 parent 2470de0 commit 3551306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "5.5.*|5.6.*|5.7.*"
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "3.6.*",

0 commit comments

Comments
 (0)
Please sign in to comment.