From ca8ac2002192ca858d63583524b9189023742d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurynas=20Grici=C5=ABnas?= Date: Tue, 21 Feb 2023 11:31:42 +0200 Subject: [PATCH] Update psr/log version --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d452d..91b788e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] +### Changed +- `psr/log` bumped to `^2.0` + ## [1.4.0] ### Added - Support for Symfony 5.4 diff --git a/composer.json b/composer.json index bea7d8f..8cfe2e1 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "paysera/lib-object-wrapper": "^0.1.0|^0.2.0|^0.3.0", "paysera/lib-pagination": "^1.0", "paysera/lib-dependency-injection": "^1.3.0", - "psr/log": "^1.0", + "psr/log": "^1.0|^2.0", "doctrine/persistence": "^1.3.8 || ^2.0.1" }, "require-dev": {