We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f0801 + 20c8175 commit c6916c3Copy full SHA for c6916c3
composer.json
@@ -16,8 +16,8 @@
16
"require": {
17
"php": "^8.0.2",
18
"ext-dom": "*",
19
- "illuminate/mail": "^9.0 || ^10.0",
20
- "illuminate/support": "^9.0 || ^10.0",
+ "illuminate/mail": "^9.0 || ^10.0 || ^11.0",
+ "illuminate/support": "^9.0 || ^10.0 || ^11.0",
21
"paragonie/random_compat": "~2.0 || ~9.99",
22
"tijsverkoyen/css-to-inline-styles": "~2.2"
23
},
@@ -26,7 +26,7 @@
26
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
27
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
28
"phpunit/phpunit": "^9.0",
29
- "symfony/mailer": "^6.0"
+ "symfony/mailer": "^6.0 || ^7.0"
30
31
"config": {
32
"sort-packages": true
0 commit comments