1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/11150] Set settings

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-15 10:54:38 +02:00
committed by Tristan Darricau
parent 3d363a7bb3
commit 3640302afd
5 changed files with 77 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ class extensions_composer extends \phpbb\db\migration\migration
array('config.add', array('exts_composer_packagist', true)),
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)),
array('config.add', array('exts_composer_purge_on_remove', false)),
array('module.add', array(
'acp',
'ACP_EXTENSION_MANAGEMENT',