We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d6da3d + bfe29ea commit 326b064Copy full SHA for 326b064
Helper/ProcessHelper.php
@@ -39,7 +39,7 @@ class ProcessHelper extends Helper
39
public function run(OutputInterface $output, $cmd, $error = null, callable $callback = null, $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE)
40
{
41
if (!class_exists(Process::class)) {
42
- 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".');
43
}
44
45
if ($output instanceof ConsoleOutputInterface) {
0 commit comments