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.
1 parent 01f0801 commit e5f3812Copy full SHA for e5f3812
composer.json
@@ -16,17 +16,17 @@
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
},
24
"require-dev": {
25
"enlightn/security-checker": "^1.10 || ^2.0",
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"
+ "phpunit/phpunit": "^9.0 || ^10.5",
+ "symfony/mailer": "^6.0 || ^7.0"
30
31
"config": {
32
"sort-packages": true
0 commit comments