We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b2258 commit 05aeae1Copy full SHA for 05aeae1
Changelog.md
@@ -21,3 +21,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
21
### v3.1.3
22
23
[2021.05.28; Maikuolan]: Performed some minor refactoring.
24
+
25
+[2021.06.21; Security; Maikuolan]: Increasing PHPMailer version constraints from ^6.4.1 to ^6.5 due to CVE-2021-34551 and CVE-2021-3603.
composer.json
@@ -14,7 +14,7 @@
14
"php": ">=7.2.0",
15
"maikuolan/common": "^2.5",
16
"phpmussel/core": "^3.2",
17
- "phpmailer/phpmailer": "^6.4.1"
+ "phpmailer/phpmailer": "^6.5"
18
},
19
"suggest": {
20
"phpmussel/frontend": "^3.1.1",
0 commit comments