mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[ticket/11150] Use a trait to translate composer and introduce web_io
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
8a1ca4375e
commit
8b1284594b
@@ -287,7 +287,6 @@ class installer
|
||||
$packages),
|
||||
'replace' => $core_packages,
|
||||
'repositories' => $this->get_composer_repositories(),
|
||||
'minimum-stability' => 'dev',
|
||||
];
|
||||
|
||||
$json_file = new JsonFile($this->get_composer_ext_json_filename());
|
||||
|
Reference in New Issue
Block a user