Skip to content

Commit acd537f

Browse files
authored
Add files via upload
1 parent e984dea commit acd537f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
3636
$install_function();
3737
return self::SUCCESS;
3838
}
39+
$output->writeln('<error>This command requires webman-framework version >= 1.3.0</error>');
3940
return self::FAILURE;
4041
}
4142

0 commit comments

Comments
 (0)