1
0
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:
Tristan Darricau
2015-09-12 16:55:03 +02:00
committed by Tristan Darricau
parent 8a1ca4375e
commit 8b1284594b
4 changed files with 240 additions and 180 deletions

View File

@@ -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());