Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 1, 2024
1 parent 47c41ed commit 872859f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"require": {
"php": "^8.0.2",
"ext-dom": "*",
"illuminate/mail": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"paragonie/random_compat": "~2.0 || ~9.99",
"tijsverkoyen/css-to-inline-styles": "~2.2"
},
"require-dev": {
"enlightn/security-checker": "^1.10",
"enlightn/security-checker": "^1.10 || ^2.0",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"phpunit/phpunit": "^9.0",
"symfony/mailer": "^6.0"
"phpunit/phpunit": "^9.0 || ^10.5",
"symfony/mailer": "^6.0 || ^7.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 872859f

Please sign in to comment.