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 f978f40 commit 730ed0cCopy full SHA for 730ed0c
Changelog.md
@@ -23,3 +23,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
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.
26
+
27
+### v3.1.4
28
29
+[2022.02.14; Maikuolan]: Maintenance release.
composer.json
@@ -11,8 +11,8 @@
11
},
12
"require": {
13
"php": ">=7.2.0",
14
- "maikuolan/common": "^2.7",
15
- "phpmussel/core": "^3.3",
+ "maikuolan/common": "^2.8",
+ "phpmussel/core": "^3.3.1",
16
"phpmailer/phpmailer": "^6.5"
17
18
"suggest": {
0 commit comments