From c4aef60d1d39f5da0cba621446aa70f3668f24f5 Mon Sep 17 00:00:00 2001 From: Yuri Gaidoba Date: Fri, 21 Mar 2025 12:28:16 +0100 Subject: [PATCH] CARDS-1909: fixed dependencies version constraints --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f051b5..143513b 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.8.2] +### Fixed +- Dependencies version constraints for `paysera/lib-normalization-bundle` and `paysera/lib-dependency-injection` + ## [1.8.1] ### Added - `void` typehint to `PayseraApiBundle::build` method to fix the deprecation message diff --git a/composer.json b/composer.json index f80e408..77e67a6 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ "symfony/framework-bundle": "^3.4.34|^4.3|^5.4|^6.0", "symfony/security-bundle": "^3.4.34|^4.3|^5.4|^6.0", "symfony/validator": "^3.4.34|^4.3|^5.4|^6.0", - "paysera/lib-normalization-bundle": "^1.1.0", + "paysera/lib-normalization-bundle": "^1.1", "paysera/lib-normalization": "^1.2", "paysera/lib-object-wrapper": "~0.1", "paysera/lib-pagination": "^1.0", - "paysera/lib-dependency-injection": "^1.3.0", + "paysera/lib-dependency-injection": "^1.3", "psr/log": "^1.0|^2.0", "doctrine/persistence": "^1.3.8 || ^2.0.1 || ^3.0", "doctrine/annotations": "^1.14 || ^2.0"