From 840a5e73df3409e228df97021b4a03fae833d84f Mon Sep 17 00:00:00 2001 From: MarioRadu Date: Tue, 27 Feb 2024 17:23:49 +0200 Subject: [PATCH] bump dot-mail version from 4.0 to 4.1 (PHP 8.3 support) --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e06f4..e8b2568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.4.5 - 2024-02-27 + +### Changed +* dot-mail dependency update from 4.0 to 4.1 (introduced PHP 8.3 support) + +### Added +* Nothing + +### Deprecated +* Nothing + +### Removed +* Nothing + ## 3.1.0 - 2020-11-03 ### Changed diff --git a/composer.json b/composer.json index 573532c..a7dc991 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "psr/http-message": "^1.0 || ^2.0", "laminas/laminas-servicemanager": "^3.10.0", "laminas/laminas-log": "^2.16", - "dotkernel/dot-mail": "^4.0" + "dotkernel/dot-mail": "^4.1" }, "require-dev": { "phpunit/phpunit": "^10.2",