Skip to content

Commit

Permalink
Migrate from laminas-mail to symfony-mailer.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 10, 2025
1 parent 2f3519d commit 5e1fd95
Show file tree
Hide file tree
Showing 7 changed files with 625 additions and 435 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.9.0 - TBD

### Added

- Nothing.

### Changed

- The laminas-mail dependency has been replaced with symfony-mailer. The emailTransport configuration setting now requires a DSN instead of an array. See [the Symfony Mailer documentation](https://symfony.com/doc/current/mailer.html) for help converting your email settings if you are using a non-default configuration.
- Various other minor dependency updates have been applied.

### Removed

- Dependency on deprecated laminas-mail package.

### Fixed

- Nothing.

## 2.8.0 - 2024-08-28

### Added
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
"vufind-org/vufindcode": "^1.2",
"laminas/laminas-authentication": "^2.10.1",
"laminas/laminas-db": "^2.15.0",
"laminas/laminas-dependency-plugin": "^2.0",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-log": "^2.14.0",
"laminas/laminas-mail": "^2.16.0",
"laminas/laminas-modulemanager": "^2.11.0",
"laminas/laminas-mvc": "^3.3.3",
"laminas/laminas-paginator": "^2.11.0",
"laminas/laminas-serializer": "^2.12.0",
"laminas/laminas-servicemanager": "^3.7.0",
"laminas/laminas-session": "^2.12.1",
"laminas/laminas-validator": "^2.64",
"laminas/laminas-view": "^2.16.0",
"laminas/laminas-dependency-plugin": "^2.0",
"symfony/console": "^6.4.4",
"laminas/laminas-validator": "^2.64"
"symfony/google-mailer": "^6.4",
"symfony/mailer": "^6.4.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.62.0",
Expand Down
Loading

0 comments on commit 5e1fd95

Please sign in to comment.