Skip to content

Commit fdc62bc

Browse files
authoredSep 21, 2020
Merge pull request #129 from shiroamada/patch-1
Compatibility Laravel 8
2 parents 5fc2b5e + d98d827 commit fdc62bc

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "4.*|5.*|^6.0.0|^7.0.0",
14+
"illuminate/support": "4.*|5.*|^6.0.0|^7.0.0|^8.0.0",
1515
"pelago/emogrifier": "^3.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)