diff --git a/src/installer/installer b/src/installer/installer index 5149901..9605d44 100644 --- a/src/installer/installer +++ b/src/installer/installer @@ -210,7 +210,7 @@ try { - Console::out(Console::formatColor($full_name, ConsoleColors::GREEN->value) . ' Version: ' . Console::formatColor($component->getVersion(), ConsoleColors::LIGHT_MAGENTA)); + Console::out(Console::formatColor($full_name, ConsoleColors::GREEN->value) . ' Version: ' . Console::formatColor($component->getVersion(), ConsoleColors::LIGHT_MAGENTA->value)); } catch (Exception $e) {