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": {