From 80385cf7afa9c2034b05ea34f94753818e8753d9 Mon Sep 17 00:00:00 2001 From: Dennis Patzer Date: Mon, 7 Feb 2022 17:20:30 +0100 Subject: [PATCH] see cl 1.5.4 --- CHANGELOG.md | 4 ++++ composer.json | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 627a385..1be4577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.4] - 2022-02-07 + +- Fixed: symfony event dispatcher contracts dep + ## [1.5.3] - 2022-02-07 - Fixed: symfony event dispatcher contracts dep diff --git a/composer.json b/composer.json index 507c3a3..5293cb6 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "symfony/cache": "4.4||^5.4", "symfony/config": "4.4||^5.4", "symfony/event-dispatcher": "4.4||^5.4", + "symfony/event-dispatcher-contracts": "^1||^2||^3", "symfony/finder": "^4.4||^5.4", "symfony/http-foundation": "4.4||^5.4", "symfony/http-kernel": "4.4||^5.4",