mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 20:45:29 +02:00
24 lines
896 B
YAML
24 lines
896 B
YAML
services:
|
|
installer.requirements.check_filesystem:
|
|
class: phpbb\install\module\requirements\task\check_filesystem
|
|
arguments:
|
|
- @filesystem
|
|
- @installer.helper.iohandler
|
|
- %core.root_path%
|
|
- %core.php_ext%
|
|
|
|
installer.requirements.check_server_environment:
|
|
class: phpbb\install\module\requirements\task\check_server_environment
|
|
arguments:
|
|
- @installer.helper.database
|
|
- @installer.helper.iohandler
|
|
|
|
# Please note, that the name of this module is hard coded in the installer service
|
|
installer.module.requirements_install:
|
|
class: phpbb\install\module\requirements\module
|
|
parent: installer.module_base
|
|
arguments:
|
|
- ["installer.requirements.check_filesystem", "installer.requirements.check_server_environment"]
|
|
- true
|
|
- false
|