aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/config/installer/container/services_install_data.yml8
-rw-r--r--phpBB/config/installer/container/services_install_database.yml8
-rw-r--r--phpBB/config/installer/container/services_install_filesystem.yml4
-rw-r--r--phpBB/config/installer/container/services_install_finish.yml6
-rw-r--r--phpBB/config/installer/container/services_install_obtain_data.yml14
-rw-r--r--phpBB/config/installer/container/services_install_requirements.yml6
6 files changed, 23 insertions, 23 deletions
diff --git a/phpBB/config/installer/container/services_install_data.yml b/phpBB/config/installer/container/services_install_data.yml
index c21f859406..ea5b5a2c52 100644
--- a/phpBB/config/installer/container/services_install_data.yml
+++ b/phpBB/config/installer/container/services_install_data.yml
@@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: install_data_install, order: 2 }
+ - { name: install_data_install, order: 20 }
installer.install_data.add_languages:
class: phpbb\install\module\install_data\task\add_languages
@@ -18,7 +18,7 @@ services:
- @installer.helper.container_factory
- @language.helper.language_file
tags:
- - { name: install_data_install, order: 1 }
+ - { name: install_data_install, order: 10 }
installer.install_data.add_modules:
class: phpbb\install\module\install_data\task\add_modules
@@ -26,7 +26,7 @@ services:
- @installer.helper.iohandler
- @installer.helper.container_factory
tags:
- - { name: install_data_install, order: 3 }
+ - { name: install_data_install, order: 30 }
installer.module.data_install_collection:
class: phpbb\di\ordered_service_collection
@@ -41,4 +41,4 @@ services:
arguments:
- @installer.module.data_install_collection
tags:
- - { name: installer_install_module, order: 5 }
+ - { name: installer_install_module, order: 50 }
diff --git a/phpBB/config/installer/container/services_install_database.yml b/phpBB/config/installer/container/services_install_database.yml
index f42fa65239..743d62bae5 100644
--- a/phpBB/config/installer/container/services_install_database.yml
+++ b/phpBB/config/installer/container/services_install_database.yml
@@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: install_database_install, order: 1 }
+ - { name: install_database_install, order: 10 }
installer.install_database.add_default_data:
class: phpbb\install\module\install_database\task\add_default_data
@@ -21,7 +21,7 @@ services:
- @language
- %core.root_path%
tags:
- - { name: install_database_install, order: 2 }
+ - { name: install_database_install, order: 20 }
installer.install_database.add_config_settings:
class: phpbb\install\module\install_database\task\add_config_settings
@@ -33,7 +33,7 @@ services:
- @language
- %core.root_path%
tags:
- - { name: install_database_install, order: 3 }
+ - { name: install_database_install, order: 30 }
installer.module.install_database_collection:
class: phpbb\di\ordered_service_collection
@@ -48,4 +48,4 @@ services:
arguments:
- @installer.module.install_database_collection
tags:
- - { name: installer_install_module, order: 4 }
+ - { name: installer_install_module, order: 40 }
diff --git a/phpBB/config/installer/container/services_install_filesystem.yml b/phpBB/config/installer/container/services_install_filesystem.yml
index cbd8381d02..776d7b9198 100644
--- a/phpBB/config/installer/container/services_install_filesystem.yml
+++ b/phpBB/config/installer/container/services_install_filesystem.yml
@@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: install_filesystem_install, order: 1 }
+ - { name: install_filesystem_install, order: 10 }
installer.module.install_filesystem_collection:
class: phpbb\di\ordered_service_collection
@@ -24,4 +24,4 @@ services:
arguments:
- @installer.module.install_filesystem_collection
tags:
- - { name: installer_install_module, order: 3 }
+ - { name: installer_install_module, order: 30 }
diff --git a/phpBB/config/installer/container/services_install_finish.yml b/phpBB/config/installer/container/services_install_finish.yml
index 7f4c4d99bf..1dd280306a 100644
--- a/phpBB/config/installer/container/services_install_finish.yml
+++ b/phpBB/config/installer/container/services_install_finish.yml
@@ -4,7 +4,7 @@ services:
arguments:
- @installer.helper.container_factory
tags:
- - { name: install_finish, order: 1 }
+ - { name: install_finish, order: 10 }
installer.install_finish.notify_user:
class: phpbb\install\module\install_finish\task\notify_user
@@ -15,7 +15,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: install_finish, order: 2 }
+ - { name: install_finish, order: 20 }
installer.module.install_finish_collection:
class: phpbb\di\ordered_service_collection
@@ -30,4 +30,4 @@ services:
arguments:
- @installer.module.install_finish_collection
tags:
- - { name: installer_install_module, order: 6 }
+ - { name: installer_install_module, order: 60 }
diff --git a/phpBB/config/installer/container/services_install_obtain_data.yml b/phpBB/config/installer/container/services_install_obtain_data.yml
index 49c2b99f19..a1fab313c4 100644
--- a/phpBB/config/installer/container/services_install_obtain_data.yml
+++ b/phpBB/config/installer/container/services_install_obtain_data.yml
@@ -5,7 +5,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- - { name: install_obtain_data, order: 1 }
+ - { name: install_obtain_data, order: 10 }
installer.obtain_data.obtain_board_data:
class: phpbb\install\module\obtain_data\task\obtain_board_data
@@ -14,7 +14,7 @@ services:
- @installer.helper.iohandler
- @language.helper.language_file
tags:
- - { name: install_obtain_data, order: 5 }
+ - { name: install_obtain_data, order: 50 }
installer.obtain_data.obtain_database_data:
class: phpbb\install\module\obtain_data\task\obtain_database_data
@@ -23,7 +23,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- - { name: install_obtain_data, order: 2 }
+ - { name: install_obtain_data, order: 20 }
installer.obtain_data.obtain_email_data:
class: phpbb\install\module\obtain_data\task\obtain_email_data
@@ -31,14 +31,14 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- - { name: install_obtain_data, order: 4 }
+ - { name: install_obtain_data, order: 40 }
installer.obtain_data.obtain_imagick_path:
class: phpbb\install\module\obtain_data\task\obtain_imagick_path
arguments:
- @installer.helper.config
tags:
- - { name: install_obtain_data, order: 6 }
+ - { name: install_obtain_data, order: 60 }
installer.obtain_data.obtain_server_data:
class: phpbb\install\module\obtain_data\task\obtain_server_data
@@ -46,7 +46,7 @@ services:
- @installer.helper.config
- @installer.helper.iohandler
tags:
- - { name: install_obtain_data, order: 3 }
+ - { name: install_obtain_data, order: 30 }
installer.module.install_obtain_data_collection:
class: phpbb\di\ordered_service_collection
@@ -63,4 +63,4 @@ services:
- true
- false
tags:
- - { name: installer_install_module, order: 2 }
+ - { name: installer_install_module, order: 20 }
diff --git a/phpBB/config/installer/container/services_install_requirements.yml b/phpBB/config/installer/container/services_install_requirements.yml
index 1a6ed634cf..f368031707 100644
--- a/phpBB/config/installer/container/services_install_requirements.yml
+++ b/phpBB/config/installer/container/services_install_requirements.yml
@@ -7,7 +7,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- - { name: installer_requirements, order: 1 }
+ - { name: installer_requirements, order: 10 }
installer.requirements.check_server_environment:
class: phpbb\install\module\requirements\task\check_server_environment
@@ -15,7 +15,7 @@ services:
- @installer.helper.database
- @installer.helper.iohandler
tags:
- - { name: installer_requirements, order: 2 }
+ - { name: installer_requirements, order: 20 }
installer.module.install_requirements_collection:
class: phpbb\di\ordered_service_collection
@@ -33,4 +33,4 @@ services:
- true
- false
tags:
- - { name: installer_install_module, order: 1 }
+ - { name: installer_install_module, order: 10 }