diff --git a/src/ncc/CLI/PackageManagerMenu.php b/src/ncc/CLI/PackageManagerMenu.php index 5c7945d..6f39285 100644 --- a/src/ncc/CLI/PackageManagerMenu.php +++ b/src/ncc/CLI/PackageManagerMenu.php @@ -338,7 +338,7 @@ } } - Console::out('The following dependencies will be installed:'); + Console::out('The package requires the following dependencies:'); Console::out(sprintf('%s', implode(PHP_EOL, $dependencies))); }