Skip to content

Commit

Permalink
Drop old versions of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnson6494 committed Mar 23, 2024
1 parent db01187 commit 672edde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
}
],
"require": {
"php": "^8.0.2 || ^8.1 || ^8.2",
"php": "^8.2 || ^8.3",
"ext-dom": "*",
"ext-libxml": "*",
"illuminate/mail": "^9.0 || ^10 || ^11",
"illuminate/support": "^9.0 || ^10 || ^11",
"illuminate/mail": "^11",
"illuminate/support": "^11",
"tijsverkoyen/css-to-inline-styles": "~2.2"
},
"require-dev": {
"enlightn/security-checker": "^2.0",
"phpunit/phpunit": "^9.0 || ^10 || ^11",
"phpunit/phpunit": "^11",
"symfony/mailer": "^7.0"
},
"config": {
Expand Down

0 comments on commit 672edde

Please sign in to comment.