mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/11150] Add missing language keys
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
9b69cd74ae
commit
0a809fb90e
@@ -271,6 +271,14 @@ class manager implements manager_interface
|
||||
throw new \phpbb\exception\runtime_exception('COMPOSER_UNSUPPORTED_OPERATION', (array) $this->package_type);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function check_requirements()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function normalize_version($packages)
|
||||
{
|
||||
$normalized_packages = [];
|
||||
|
Reference in New Issue
Block a user