From 5c3e8f5ebe14f1990265dd90ecee446e15c0a3ac Mon Sep 17 00:00:00 2001 From: MarioRadu Date: Wed, 28 Feb 2024 13:41:40 +0200 Subject: [PATCH] bump laminas/laminas-log version --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b2568..e7b8f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.4.6 - 2024-02-28 + +### Changed +* laminas/laminas-log dependency update from 2.16 to 2.17 (introduced PHP 8.3 support) + +### Added +* Nothing + +### Deprecated +* Nothing + +### Removed +* Nothing + ## 3.4.5 - 2024-02-27 ### Changed diff --git a/composer.json b/composer.json index a7dc991..e25af6b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0 || ^2.0", "laminas/laminas-servicemanager": "^3.10.0", - "laminas/laminas-log": "^2.16", + "laminas/laminas-log": "^2.17", "dotkernel/dot-mail": "^4.1" }, "require-dev": {