Skip to content

Commit ceee92f

Browse files
committed
Updated to version 3.2.7
1 parent a85a7f2 commit ceee92f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function configure(): void
1717
$this
1818
->setName('froala:install')
1919
->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')
20+
->addOption('tag', null, InputOption::VALUE_REQUIRED, 'Froala editor tag to install (eg. "v3.2.7")', 'master')
2121
->addOption('clear', null, InputOption::VALUE_NONE, 'Allow the command to clear a previous install if the path already exists')
2222
;
2323
}

0 commit comments

Comments
 (0)