Skip to content

Commit e5f3812

Browse files
laravel-shiftDannyvdSluijs
authored andcommitted
Bump dependencies for Laravel 11
1 parent 01f0801 commit e5f3812

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
@@ -16,17 +16,17 @@
1616
"require": {
1717
"php": "^8.0.2",
1818
"ext-dom": "*",
19-
"illuminate/mail": "^9.0 || ^10.0",
20-
"illuminate/support": "^9.0 || ^10.0",
19+
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
20+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
2121
"paragonie/random_compat": "~2.0 || ~9.99",
2222
"tijsverkoyen/css-to-inline-styles": "~2.2"
2323
},
2424
"require-dev": {
2525
"enlightn/security-checker": "^1.10 || ^2.0",
2626
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2727
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
28-
"phpunit/phpunit": "^9.0",
29-
"symfony/mailer": "^6.0"
28+
"phpunit/phpunit": "^9.0 || ^10.5",
29+
"symfony/mailer": "^6.0 || ^7.0"
3030
},
3131
"config": {
3232
"sort-packages": true

0 commit comments

Comments
 (0)