Skip to content

Commit 1d969b0

Browse files
committed
v3.1.0
1 parent 9adb7da commit 1d969b0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
[2020.07.20; Maikuolan] First stable release for the phpMussel-PHPMailer linker.
44

55
__*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use with phpMussel v3, and development began at the same time as (and alongside), I've opted to start at *v3.0.0*, in order to avoid confusion with components intended for earlier versions of phpMussel, which have similar names and purpose.
6+
7+
### v3.1.0
8+
9+
[2020.12.04; Maikuolan]: Maintenance release (dependencies update, repository cleanup, etc).

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"require": {
1313
"php": ">=7.2.0",
14-
"maikuolan/common": "^2.3.2",
15-
"phpmussel/core": "^3.0",
16-
"phpmailer/phpmailer": ">=6.1.6"
14+
"maikuolan/common": "^2.4.0",
15+
"phpmussel/core": "^3.1",
16+
"phpmailer/phpmailer": ">=6.2.0"
1717
},
1818
"suggest": {
19-
"phpmussel/frontend": "^3.0",
20-
"phpmussel/web": "^3.0"
19+
"phpmussel/frontend": "^3.1",
20+
"phpmussel/web": "^3.1"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)