From 2c6b2b47a45b2841ff1ddd9f4dca1c0e79836fb1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 18 Dec 2021 18:23:27 +0100 Subject: [PATCH] Updated installer --- composer.json | 2 +- config/autoload/installer.global.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a2fbe583..3f8f256e 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "shlinkio/shlink-config": "^1.4", "shlinkio/shlink-event-dispatcher": "^2.3", "shlinkio/shlink-importer": "^2.5", - "shlinkio/shlink-installer": "^6.3", + "shlinkio/shlink-installer": "dev-develop#64f8ab2 as 7.0", "shlinkio/shlink-ip-geolocation": "^2.2", "symfony/console": "^6.0", "symfony/filesystem": "^6.0", diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index 238dea42..9259b061 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -22,7 +22,6 @@ return [ Option\Database\DatabaseMySqlOptionsConfigOption::class, Option\UrlShortener\ShortDomainHostConfigOption::class, Option\UrlShortener\ShortDomainSchemaConfigOption::class, - Option\UrlShortener\ValidateUrlConfigOption::class, Option\Visit\VisitsWebhooksConfigOption::class, Option\Visit\OrphanVisitsWebhooksConfigOption::class, Option\Redirect\BaseUrlRedirectConfigOption::class, @@ -33,7 +32,7 @@ return [ Option\BasePathConfigOption::class, Option\Worker\TaskWorkerNumConfigOption::class, Option\Worker\WebWorkerNumConfigOption::class, - Option\RedisServersConfigOption::class, + Option\RedisConfigOption::class, Option\UrlShortener\ShortCodeLengthOption::class, Option\Mercure\EnableMercureConfigOption::class, Option\Mercure\MercurePublicUrlConfigOption::class,