From 314a99862dae8e1c218e9c59be11883b0fd4ae91 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 3 Jul 2025 18:35:14 +0200 Subject: [PATCH] Update to latest shlink-installer with real-time updates support --- composer.json | 2 +- config/autoload/installer.global.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 26669e2e..f391842b 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "shlinkio/shlink-config": "^4.0", "shlinkio/shlink-event-dispatcher": "^4.2", "shlinkio/shlink-importer": "^5.6", - "shlinkio/shlink-installer": "^9.5", + "shlinkio/shlink-installer": "dev-develop#c5a8523 as 9.6", "shlinkio/shlink-ip-geolocation": "^4.3", "shlinkio/shlink-json": "^1.2", "spiral/roadrunner": "^2025.1", diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index 24b9263e..063ff7d4 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -76,6 +76,7 @@ return [ Option\Matomo\MatomoBaseUrlConfigOption::class, Option\Matomo\MatomoSiteIdConfigOption::class, Option\Matomo\MatomoApiTokenConfigOption::class, + Option\RealTimeUpdates\RealTimeUpdatesTopicsConfigOption::class, ], 'installation_commands' => [