We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e984dea commit acd537fCopy full SHA for acd537f
src/Commands/InstallCommand.php
@@ -36,6 +36,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
36
$install_function();
37
return self::SUCCESS;
38
}
39
+ $output->writeln('<error>This command requires webman-framework version >= 1.3.0</error>');
40
return self::FAILURE;
41
42
0 commit comments