mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Update installer version
This commit is contained in:
parent
1da66f272c
commit
7192480751
@ -51,7 +51,7 @@
|
|||||||
"shlinkio/shlink-config": "^1.0",
|
"shlinkio/shlink-config": "^1.0",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.0",
|
"shlinkio/shlink-event-dispatcher": "^2.0",
|
||||||
"shlinkio/shlink-importer": "^2.1",
|
"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",
|
"shlinkio/shlink-ip-geolocation": "^1.5",
|
||||||
"symfony/console": "^5.1",
|
"symfony/console": "^5.1",
|
||||||
"symfony/filesystem": "^5.1",
|
"symfony/filesystem": "^5.1",
|
||||||
@ -64,7 +64,7 @@
|
|||||||
"devster/ubench": "^2.1",
|
"devster/ubench": "^2.1",
|
||||||
"dms/phpunit-arraysubset-asserts": "^0.2.1",
|
"dms/phpunit-arraysubset-asserts": "^0.2.1",
|
||||||
"eaglewu/swoole-ide-helper": "dev-master",
|
"eaglewu/swoole-ide-helper": "dev-master",
|
||||||
"infection/infection": "^0.20.2",
|
"infection/infection": "^0.21.0",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpstan/phpstan": "^0.12.64",
|
"phpstan/phpstan": "^0.12.64",
|
||||||
"phpunit/php-code-coverage": "^9.2",
|
"phpunit/php-code-coverage": "^9.2",
|
||||||
|
@ -40,6 +40,7 @@ return [
|
|||||||
Option\UrlShortener\IpAnonymizationConfigOption::class,
|
Option\UrlShortener\IpAnonymizationConfigOption::class,
|
||||||
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
Option\UrlShortener\RedirectStatusCodeConfigOption::class,
|
||||||
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
Option\UrlShortener\RedirectCacheLifeTimeConfigOption::class,
|
||||||
|
Option\UrlShortener\AutoResolveTitlesConfigOption::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
'installation_commands' => [
|
'installation_commands' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user