Skip to content

Commit

Permalink
Merge pull request #303 from Vincent-dejong/laravel-10
Browse files Browse the repository at this point in the history
Added support for Laravel 10
  • Loading branch information
DannyvdSluijs committed Feb 23, 2023
2 parents a16760e + 5c090f5 commit 90eb787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": "^8.0.2",
"ext-dom": "*",
"illuminate/mail": "^9.0",
"illuminate/support": "^9.0",
"illuminate/mail": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"paragonie/random_compat": "~2.0 || ~9.99",
"tijsverkoyen/css-to-inline-styles": "~2.2"
},
Expand Down

0 comments on commit 90eb787

Please sign in to comment.