Skip to content

Commit

Permalink
Update min PHP requirement to v7.4 or v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Feb 16, 2024
1 parent 55a02ab commit eca1c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"license": "MIT",
"require": {
"php" : ">=5.3.0",
"swiftmailer/swiftmailer": "~5.2 || ^6.0"
"php" : "^7.4 || ^8.1",
"swiftmailer/swiftmailer": "^5.2 || ^6.0"
},
"require-dev": {
"psr/log": "*"
Expand Down

0 comments on commit eca1c5a

Please sign in to comment.