Skip to content

Commit 486a7eb

Browse files
committed
Add Laravel 12 support
1 parent bf0839b commit 486a7eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2 || ^8.3",
18+
"php": "^8.3 || ^8.4",
1919
"ext-dom": "*",
2020
"ext-libxml": "*",
21-
"illuminate/mail": "^11",
22-
"illuminate/support": "^11",
21+
"illuminate/mail": "^11 || ^12",
22+
"illuminate/support": "^11 || ^12",
2323
"tijsverkoyen/css-to-inline-styles": "~2.2"
2424
},
2525
"require-dev": {
2626
"enlightn/security-checker": "^2.0",
27-
"phpunit/phpunit": "^11",
27+
"phpunit/phpunit": "^12",
2828
"symfony/mailer": "^7.0"
2929
},
3030
"config": {

0 commit comments

Comments
 (0)