Skip to content

Commit b06479e

Browse files
authored
Support Laravel 8.x (fedeisas#121)
1 parent b45b3ed commit b06479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.2.5",
1818
"ext-dom": "*",
19-
"illuminate/support": "^7.4",
19+
"illuminate/support": "^7.4|^8.0",
2020
"tijsverkoyen/css-to-inline-styles": "~2.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)