Skip to content

Commit 6bc2c3a

Browse files
Merge pull request #330 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 607634d + 7f9040c commit 6bc2c3a

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 || ^10.0 || ^11.0",
20-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
19+
"illuminate/mail": "^9.0 || ^10.0 || ^11.0 || ^12.0",
20+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
2121
"paragonie/random_compat": "~2.0 || ~9.99",
2222
"tijsverkoyen/css-to-inline-styles": "~2.2"
2323
},

0 commit comments

Comments
 (0)