Skip to content

Commit

Permalink
Update to installer version with support for memory limit option
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Apr 9, 2024
1 parent 8a273e0 commit 8e9c28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"shlinkio/shlink-config": "^3.0",
"shlinkio/shlink-event-dispatcher": "dev-main#a2a5d6f as 4.1",
"shlinkio/shlink-importer": "^5.3.1",
"shlinkio/shlink-installer": "^9.0",
"shlinkio/shlink-installer": "dev-develop#164e23d as 9.1",
"shlinkio/shlink-ip-geolocation": "^4.0",
"shlinkio/shlink-json": "^1.1",
"spiral/roadrunner": "^2023.3",
Expand Down
1 change: 1 addition & 0 deletions config/autoload/installer.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'installer' => [
'enabled_options' => [
Option\Server\RuntimeConfigOption::class,
Option\Server\MemoryLimitConfigOption::class,
Option\Database\DatabaseDriverConfigOption::class,
Option\Database\DatabaseNameConfigOption::class,
Option\Database\DatabaseHostConfigOption::class,
Expand Down

0 comments on commit 8e9c28a

Please sign in to comment.