Merge pull request #914 from acelaya-forks/feature/mercure-10-compat

Feature/mercure 10 compat
This commit is contained in:
Alejandro Celaya
2020-11-22 16:41:26 +01:00
committed by GitHub
3 changed files with 21 additions and 4 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). The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
### Added
* [#869](https://github.com/shlinkio/shlink/issues/869) Added support for Mercure Hub 0.10.
### Changed
* *Nothing*
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* *Nothing*
## [2.4.2] - 2020-11-22 ## [2.4.2] - 2020-11-22
### Added ### Added
* *Nothing* * *Nothing*

View File

@@ -32,7 +32,7 @@
"laminas/laminas-paginator": "^2.8", "laminas/laminas-paginator": "^2.8",
"laminas/laminas-servicemanager": "^3.4", "laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-stdlib": "^3.2", "laminas/laminas-stdlib": "^3.2",
"lcobucci/jwt": "^4.0@alpha <4.0@beta", "lcobucci/jwt": "^4.0@beta",
"league/uri": "^6.2", "league/uri": "^6.2",
"lstrojny/functional-php": "^1.9", "lstrojny/functional-php": "^1.9",
"mezzio/mezzio": "^3.2", "mezzio/mezzio": "^3.2",
@@ -49,7 +49,7 @@
"predis/predis": "^1.1", "predis/predis": "^1.1",
"pugx/shortid-php": "^0.5", "pugx/shortid-php": "^0.5",
"ramsey/uuid": "^3.9", "ramsey/uuid": "^3.9",
"shlinkio/shlink-common": "^3.3.0", "shlinkio/shlink-common": "^3.3.2",
"shlinkio/shlink-config": "^1.0", "shlinkio/shlink-config": "^1.0",
"shlinkio/shlink-event-dispatcher": "^1.4", "shlinkio/shlink-event-dispatcher": "^1.4",
"shlinkio/shlink-importer": "^2.0.1", "shlinkio/shlink-importer": "^2.0.1",
@@ -58,7 +58,7 @@
"symfony/console": "^5.1", "symfony/console": "^5.1",
"symfony/filesystem": "^5.1", "symfony/filesystem": "^5.1",
"symfony/lock": "^5.1", "symfony/lock": "^5.1",
"symfony/mercure": "^0.3.0", "symfony/mercure": "^0.4.0",
"symfony/process": "^5.1", "symfony/process": "^5.1",
"symfony/string": "^5.1" "symfony/string": "^5.1"
}, },

View File

@@ -131,7 +131,7 @@ services:
shlink_mercure: shlink_mercure:
container_name: shlink_mercure container_name: shlink_mercure
image: dunglas/mercure:v0.9 image: dunglas/mercure:v0.10
ports: ports:
- "3080:80" - "3080:80"
environment: environment: