mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/11150] Makes minimum-stability configurable
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
6bbd8486b2
commit
317c90cf48
@@ -263,6 +263,18 @@ class manager implements manager_interface
|
||||
return $this->available_packages;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function reset_cache()
|
||||
{
|
||||
$this->cache->destroy('_composer_' . $this->package_type . '_available');
|
||||
|
||||
$this->available_packages = null;
|
||||
$this->managed_packages = null;
|
||||
$this->all_managed_packages = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user