services: installer.navigation.provider: class: phpbb\install\helper\navigation\navigation_provider arguments: - @installer.navigation.service_collection installer.navigation.service_collection: class: phpbb\di\service_collection arguments: - @service_container tags: - { name: service_collection, tag: installer.navigation } installer.navigation.main_navigation: class: phpbb\install\helper\navigation\main_navigation scope: prototype tags: - { name: installer.navigation } installer.navigation.install_navigation: class: phpbb\install\helper\navigation\install_navigation arguments: - @installer.helper.install_helper scope: prototype tags: - { name: installer.navigation }