Skip to content

Commit

Permalink
Merge pull request #320 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
DannyvdSluijs authored Apr 11, 2024
2 parents 01f0801 + 20c8175 commit c6916c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"paragonie/random_compat": "~2.0 || ~9.99",
"tijsverkoyen/css-to-inline-styles": "~2.2"
},
Expand All @@ -26,7 +26,7 @@
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"phpunit/phpunit": "^9.0",
"symfony/mailer": "^6.0"
"symfony/mailer": "^6.0 || ^7.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit c6916c3

Please sign in to comment.