diff --git a/composer.json b/composer.json index edcdc965..4a312ec2 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "predis/predis": "^1.1", "shlinkio/shlink-common": "^2.0", "shlinkio/shlink-event-dispatcher": "^1.0", - "shlinkio/shlink-installer": "^1.2.1", + "shlinkio/shlink-installer": "^2.0", "shlinkio/shlink-ip-geolocation": "^1.0", "symfony/console": "^4.3", "symfony/filesystem": "^4.3", diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index e62c9daf..a84661fa 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -6,8 +6,6 @@ use Shlinkio\Shlink\Installer\Config\Plugin; return [ 'installer_plugins_expected_config' => [ - Plugin\LanguageConfigCustomizer::class => [], - Plugin\UrlShortenerConfigCustomizer::class => [ Plugin\UrlShortenerConfigCustomizer::SCHEMA, Plugin\UrlShortenerConfigCustomizer::HOSTNAME, @@ -22,6 +20,7 @@ return [ Plugin\ApplicationConfigCustomizer::DISABLE_TRACK_PARAM, Plugin\ApplicationConfigCustomizer::CHECK_VISITS_THRESHOLD, Plugin\ApplicationConfigCustomizer::VISITS_THRESHOLD, + Plugin\ApplicationConfigCustomizer::BASE_PATH, ], Plugin\DatabaseConfigCustomizer::class => [