We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b0e54 commit 563c782Copy full SHA for 563c782
lib/src/Console/Commands/InstallCommand.php
@@ -39,7 +39,10 @@ class InstallCommand extends BaseConfigurationCommand
39
public function handle()
40
{
41
if (!class_exists("\\Composer\\InstalledVersions")) {
42
- $this->line("<fg=red;bg=white>Some requirements could not be resolved. Please make sure you're using Composer >= 2.0 ");
+ $this->line(
43
+ "<fg=red;bg=white>Some requirements could not be resolved. " .
44
+ "Please make sure you're using Composer >= 2.0 "
45
+ );
46
return;
47
}
48
0 commit comments