Skip to content

Commit

Permalink
Update composer.json and add a changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Jul 20, 2020
1 parent ab6df01 commit ea8685e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### v3.0.0

[2020.07.20; Maikuolan] First stable release for the phpMussel-PHPMailer linker.

__*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.
9 changes: 0 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@
"phpmussel/frontend": "^3.0",
"phpmussel/web": "^3.0"
},
"require-dev": {
"codeception/codeception": "^2.3",
"symfony/event-dispatcher": "3.4.28"
},
"autoload": {
"psr-4": {
"phpMussel\\PHPMailer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"phpMussel\\PHPMailer\\Tests\\": "tests/"
}
}
}

0 comments on commit ea8685e

Please sign in to comment.