From eb1345e5c31793ce43e7dcdbcfd019f870b3b87f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya <alejandro@alejandrocelaya.com> Date: Sun, 31 Oct 2021 13:02:58 +0100 Subject: [PATCH] Updated to symfony/mercure 0.6 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f895b28b..8a7e0a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* *Nothing* + +### Changed +* [#1218](https://github.com/shlinkio/shlink/issues/1218) Updated to symfony/mercure 0.6. + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [2.9.2] - 2021-10-23 ### Added * *Nothing* diff --git a/composer.json b/composer.json index 118ae244..10cc0974 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "pugx/shortid-php": "^0.7", "ramsey/uuid": "^3.9", "rlanvin/php-ip": "3.0.0-rc2", - "shlinkio/shlink-common": "^4.0", + "shlinkio/shlink-common": "dev-main#0f935d4 as 4.1", "shlinkio/shlink-config": "^1.2", "shlinkio/shlink-event-dispatcher": "^2.1", "shlinkio/shlink-importer": "^2.3.1", @@ -56,7 +56,7 @@ "symfony/console": "^5.3", "symfony/filesystem": "^5.3", "symfony/lock": "^5.3", - "symfony/mercure": "^0.5.3", + "symfony/mercure": "^0.6", "symfony/process": "^5.3", "symfony/string": "^5.3" },