1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +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

@@ -495,7 +495,10 @@ class installer
'replace' => $core_replace,
'repositories' => $this->get_composer_repositories(),
'config' => [
'vendor-dir'=> $this->packages_vendor_dir,
'vendor-dir' => $this->packages_vendor_dir,
'allow-plugins' => [
'composer/installers' => true,
]
],
'minimum-stability' => $this->minimum_stability,
];