Skip to content

Commit eca1c5a

Browse files
committed
Update min PHP requirement to v7.4 or v8.1
1 parent 55a02ab commit eca1c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php" : ">=5.3.0",
8-
"swiftmailer/swiftmailer": "~5.2 || ^6.0"
7+
"php" : "^7.4 || ^8.1",
8+
"swiftmailer/swiftmailer": "^5.2 || ^6.0"
99
},
1010
"require-dev": {
1111
"psr/log": "*"

0 commit comments

Comments
 (0)