Skip to content

Commit 326b064

Browse files
Merge branch '3.4' into 4.4
* 3.4: Various cleanups
2 parents 8d6da3d + bfe29ea commit 326b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/ProcessHelper.php

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

4545
if ($output instanceof ConsoleOutputInterface) {

0 commit comments

Comments
 (0)