1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17024] Add composer/installers to allowed plugins

PHPBB3-17024
This commit is contained in:
Marc Alexander
2022-07-22 15:22:32 -05:00
parent f966128d99
commit 0f79447ef0

View File

@@ -496,6 +496,9 @@ class installer
'repositories' => $this->get_composer_repositories(),
'config' => [
'vendor-dir' => $this->packages_vendor_dir,
'allow-plugins' => [
'composer/installers' => true,
]
],
'minimum-stability' => $this->minimum_stability,
];