Skip to content

Commit c39994e

Browse files
authored
Merge pull request #44 from Perturbatio/allow-illuminate-5.8
Added support for illuminate/support 5.8
2 parents 2470de0 + 3551306 commit c39994e

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)