mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6409 from marc1706/ticket/17024
This commit is contained in:
commit
5a07b566cc
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue