We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85a7f2 commit ceee92fCopy full SHA for ceee92f
1 file changed
src/Command/InstallCommand.php
@@ -17,7 +17,7 @@ protected function configure(): void
17
$this
18
->setName('froala:install')
19
->addArgument('path', InputArgument::OPTIONAL, 'Absolute path where to install Froala editor', \dirname(__DIR__) . '/Resources/public/froala_editor')
20
- ->addOption('tag', null, InputOption::VALUE_REQUIRED, 'Froala editor tag to install (eg. "v3.0.0")', 'master')
+ ->addOption('tag', null, InputOption::VALUE_REQUIRED, 'Froala editor tag to install (eg. "v3.2.7")', 'master')
21
->addOption('clear', null, InputOption::VALUE_NONE, 'Allow the command to clear a previous install if the path already exists')
22
;
23
}
0 commit comments