Skip to content

Commit 90eb787

Browse files
Merge pull request #303 from Vincent-dejong/laravel-10
Added support for Laravel 10
2 parents a16760e + 5c090f5 commit 90eb787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"require": {
1717
"php": "^8.0.2",
1818
"ext-dom": "*",
19-
"illuminate/mail": "^9.0",
20-
"illuminate/support": "^9.0",
19+
"illuminate/mail": "^9.0 || ^10.0",
20+
"illuminate/support": "^9.0 || ^10.0",
2121
"paragonie/random_compat": "~2.0 || ~9.99",
2222
"tijsverkoyen/css-to-inline-styles": "~2.2"
2323
},

0 commit comments

Comments
 (0)