mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17336] Skip extension package aliases in dev stabilities
PHPBB-17336 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
@@ -396,6 +396,11 @@ class installer
|
||||
/** @var CompletePackage $version */
|
||||
foreach ($versions as $version)
|
||||
{
|
||||
if (strpos($version->getVersion(), '9999999') === 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$highest_version || version_compare($version->getVersion(), $highest_version->getVersion(), '>'))
|
||||
{
|
||||
$highest_version = $version;
|
||||
|
Reference in New Issue
Block a user