Skip to content

Commit bfe29ea

Browse files
Various cleanups
1 parent 6ad3319 commit bfe29ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/ProcessHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ProcessHelper extends Helper
3838
public function run(OutputInterface $output, $cmd, $error = null, callable $callback = null, $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE)
3939
{
4040
if (!class_exists(Process::class)) {
41-
throw new \LogicException('The Process helper requires the "Process" component. Install "symfony/process" to use it.');
41+
throw new \LogicException('The ProcessHelper cannot be run as the Process component is not installed. Try running "compose require symfony/process".');
4242
}
4343

4444
if ($output instanceof ConsoleOutputInterface) {

0 commit comments

Comments
 (0)