We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad3319 commit bfe29eaCopy full SHA for bfe29ea
Helper/ProcessHelper.php
@@ -38,7 +38,7 @@ class ProcessHelper extends Helper
38
public function run(OutputInterface $output, $cmd, $error = null, callable $callback = null, $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE)
39
{
40
if (!class_exists(Process::class)) {
41
- throw new \LogicException('The Process helper requires the "Process" component. Install "symfony/process" to use it.');
+ throw new \LogicException('The ProcessHelper cannot be run as the Process component is not installed. Try running "compose require symfony/process".');
42
}
43
44
if ($output instanceof ConsoleOutputInterface) {
0 commit comments