diff --git a/src/Composer/Console/Application.php b/src/Composer/Console/Application.php index fa547c2a4..0e036ada7 100755 --- a/src/Composer/Console/Application.php +++ b/src/Composer/Console/Application.php @@ -83,7 +83,7 @@ class Application extends BaseApplication if (defined('COMPOSER_DEV_WARNING_TIME') && $this->getCommandName($input) !== 'self-update') { if (time() > COMPOSER_DEV_WARNING_TIME) { - $output->writeln(sprintf('This dev build of composer is outdated, please run "%s self-update" to get the latest version.', $_SERVER['PHP_SELF'])); + $output->writeln(sprintf('Warning: This development build of composer is over 30 days old. It is recommended to update it by running "%s self-update" to get the latest version.', $_SERVER['PHP_SELF'])); } }