Updated to latest event dispatcher lib

This commit is contained in:
Alejandro Celaya 2022-08-26 19:17:10 +02:00
parent 846802c003
commit 86159c5d86
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ A PHP-based self-hosted URL shortener that can be used to serve shortened URLs u
- [Full documentation](#full-documentation) - [Full documentation](#full-documentation)
- [Docker image](#docker-image) - [Docker image](#docker-image)
- [Self hosted](#self-hosted) - [Self-hosted](#self-hosted)
- [Download](#download) - [Download](#download)
- [Configure](#configure) - [Configure](#configure)
- [Using shlink](#using-shlink) - [Using shlink](#using-shlink)

View file

@ -45,7 +45,7 @@
"ramsey/uuid": "^4.3", "ramsey/uuid": "^4.3",
"shlinkio/shlink-common": "^5.0", "shlinkio/shlink-common": "^5.0",
"shlinkio/shlink-config": "dev-main#24ccd64 as 2.1", "shlinkio/shlink-config": "dev-main#24ccd64 as 2.1",
"shlinkio/shlink-event-dispatcher": "dev-feature/roadrunner-support", "shlinkio/shlink-event-dispatcher": "dev-main#7bf5b58 as 2.6",
"shlinkio/shlink-importer": "^4.0", "shlinkio/shlink-importer": "^4.0",
"shlinkio/shlink-installer": "^8.1", "shlinkio/shlink-installer": "^8.1",
"shlinkio/shlink-ip-geolocation": "^3.0", "shlinkio/shlink-ip-geolocation": "^3.0",