Skip to content

Commit 92bedd4

Browse files
authored
Merge pull request #69 from crishoj/patch-1
Allow Laravel 8.0
2 parents adbe91d + fa6b8e7 commit 92bedd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.3",
20-
"illuminate/container": "^6.0|^7.0",
21-
"illuminate/database": "^6.0|^7.0",
22-
"illuminate/log": "^6.0|^7.0",
23-
"illuminate/routing": "^6.0|^7.0",
24-
"illuminate/support": "^6.0|^7.0",
20+
"illuminate/container": "^6.0|^7.0|^8.0",
21+
"illuminate/database": "^6.0|^7.0|^8.0",
22+
"illuminate/log": "^6.0|^7.0|^8.0",
23+
"illuminate/routing": "^6.0|^7.0|^8.0",
24+
"illuminate/support": "^6.0|^7.0|^8.0",
2525
"willdurand/email-reply-parser": "^2.8",
2626
"zbateson/mail-mime-parser": "^1.1"
2727
},

0 commit comments

Comments
 (0)