Skip to content

Commit ea8685e

Browse files
committed
Update composer.json and add a changelog.
1 parent ab6df01 commit ea8685e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### v3.0.0
2+
3+
[2020.07.20; Maikuolan] First stable release for the phpMussel-PHPMailer linker.
4+
5+
__*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.

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,9 @@
1919
"phpmussel/frontend": "^3.0",
2020
"phpmussel/web": "^3.0"
2121
},
22-
"require-dev": {
23-
"codeception/codeception": "^2.3",
24-
"symfony/event-dispatcher": "3.4.28"
25-
},
2622
"autoload": {
2723
"psr-4": {
2824
"phpMussel\\PHPMailer\\": "src/"
2925
}
30-
},
31-
"autoload-dev": {
32-
"psr-4": {
33-
"phpMussel\\PHPMailer\\Tests\\": "tests/"
34-
}
3526
}
3627
}

0 commit comments

Comments
 (0)