Updated to symfony/mercure 0.6

This commit is contained in:
Alejandro Celaya 2021-10-31 13:02:58 +01:00
parent 9030e5e6eb
commit eb1345e5c3
2 changed files with 19 additions and 2 deletions

View File

@ -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*

View File

@ -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"
},