From 7192480751be9ef142539627b0a445fa07ad7ecd Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 3 Feb 2021 18:26:50 +0100 Subject: [PATCH] Update installer version --- composer.json | 4 ++-- config/autoload/installer.global.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8776d34d..22473890 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "shlinkio/shlink-config": "^1.0", "shlinkio/shlink-event-dispatcher": "^2.0", "shlinkio/shlink-importer": "^2.1", - "shlinkio/shlink-installer": "^5.3", + "shlinkio/shlink-installer": "dev-develop#1ed5ac8 as 5.4", "shlinkio/shlink-ip-geolocation": "^1.5", "symfony/console": "^5.1", "symfony/filesystem": "^5.1", @@ -64,7 +64,7 @@ "devster/ubench": "^2.1", "dms/phpunit-arraysubset-asserts": "^0.2.1", "eaglewu/swoole-ide-helper": "dev-master", - "infection/infection": "^0.20.2", + "infection/infection": "^0.21.0", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^0.12.64", "phpunit/php-code-coverage": "^9.2", diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index a04d874b..7a355dbe 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -40,6 +40,7 @@ return [ Option\UrlShortener\IpAnonymizationConfigOption::class, Option\UrlShortener\RedirectStatusCodeConfigOption::class, Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class, + Option\UrlShortener\AutoResolveTitlesConfigOption::class, ], 'installation_commands' => [