1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Tweak wording a bit, refs #3177

This commit is contained in:
Jordi Boggiano 2016-01-25 22:24:34 +00:00
parent 4d9bab4b86
commit e0ff9598c3

View file

@ -72,7 +72,7 @@ class SolverProblemsException extends \RuntimeException
return '';
}
$text = "\n Because of missing extensions, please verify whether they are enabled in those .ini files:\n - ";
$text = "\n To enable extensions, verify that they are enabled in those .ini files:\n - ";
$text .= implode("\n - ", $paths);
$text .= "\n You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.";