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

Commit 38010fb

Browse files
committed
Support Laravel 8
1 parent 8d8a22c commit 38010fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=7.2",
24-
"illuminate/container": "~5.7|~6|~7",
25-
"illuminate/mail": "~5.7|~6|~7",
24+
"illuminate/container": "~5.7|~6|~7|~8",
25+
"illuminate/mail": "~5.7|~6|~7|~8",
2626
"swiftmailer/swiftmailer": "~6.2",
2727
"phpunit/phpunit": "^8.4|^9.0"
2828
},

0 commit comments

Comments
 (0)