Skip to content

Commit

Permalink
Updated to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Jun 1, 2021
1 parent ceee92f commit 7e6856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/InstallCommand.php
Expand Up @@ -17,7 +17,7 @@ protected function configure(): void
$this
->setName('froala:install')
->addArgument('path', InputArgument::OPTIONAL, 'Absolute path where to install Froala editor', \dirname(__DIR__) . '/Resources/public/froala_editor')
->addOption('tag', null, InputOption::VALUE_REQUIRED, 'Froala editor tag to install (eg. "v3.2.7")', 'master')
->addOption('tag', null, InputOption::VALUE_REQUIRED, 'Froala editor tag to install (eg. "v4.0.0")', 'master')
->addOption('clear', null, InputOption::VALUE_NONE, 'Allow the command to clear a previous install if the path already exists')
;
}
Expand Down

0 comments on commit 7e6856f

Please sign in to comment.