Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 5762ee6

Browse files
authored
Add support for laravel 5.8
1 parent 151abe7 commit 5762ee6

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.1",
21-
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*",
21+
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
2222
"symfony/process": "^3.0|^4.0",
2323
"spatie/browsershot": "^3.22"
2424
},

0 commit comments

Comments
 (0)