Skip to content

Commit edb850f

Browse files
authored
Set min versions of swiftmailer to 5.4.13 and 6.2.5 and updated swiftmailer submodule (#331)
* Update min versions of swiftmailer to v5.4.13 or v6.2.5 * Update swiftmailer code on submodule to v5.4.13
1 parent 1b79957 commit edb850f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "lib/vendor/swiftmailer"]
22
path = lib/vendor/swiftmailer
3-
url = https://github.com/swiftmailer/swiftmailer.git
3+
url = https://github.com/FriendsOfSymfony1/swiftmailer.git
44
branch = 5.x
55
[submodule "lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine"]
66
path = lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php" : "^7.4 || ^8.1",
8-
"swiftmailer/swiftmailer": "^5.2 || ^6.0"
8+
"friendsofsymfony1/swiftmailer": "^5.4.13 || ^6.2.5"
99
},
1010
"require-dev": {
1111
"psr/log": "*"

0 commit comments

Comments
 (0)