1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11150] Disable packagist and add titania

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-12-08 20:40:35 +01:00
committed by Tristan Darricau
parent 7958dca09d
commit 8ea2ecf835
6 changed files with 47 additions and 43 deletions

View File

@@ -18,8 +18,10 @@ class extensions_composer extends \phpbb\db\migration\migration
public function update_data()
{
return array(
array('config.add', array('exts_composer_repositories', json_encode([], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES))),
array('config.add', array('exts_composer_packagist', true)),
array('config.add', array('exts_composer_repositories', json_encode([
'https://www.phpbb.com/customise/db/composer/',
], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES))),
array('config.add', array('exts_composer_packagist', false)),
array('config.add', array('exts_composer_json_file', 'composer-ext.json')),
array('config.add', array('exts_composer_vendor_dir', 'vendor-ext/')),
array('config.add', array('exts_composer_enable_on_install', false)),