mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/11150] Makes minimum-stability configurable
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
6bbd8486b2
commit
317c90cf48
@@ -165,4 +165,14 @@ $lang = array_merge($lang, array(
|
||||
'EXTENSIONS_UPDATED' => 'Extensions successfully updated.',
|
||||
|
||||
'EXTENSIONS_COMPOSER_NOT_WRITABLE' => 'TODO: some required files / directory are not writable => disable ',
|
||||
|
||||
'STABILITY_STABLE' => 'stable',
|
||||
'STABILITY_RC' => 'RC',
|
||||
'STABILITY_BETA' => 'beta',
|
||||
'STABILITY_ALPHA' => 'alpha',
|
||||
'STABILITY_DEV' => 'dev',
|
||||
|
||||
'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability',
|
||||
'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'TODO: why it is dangerous to change that',
|
||||
|
||||
));
|
||||
|
Reference in New Issue
Block a user