mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
CS fixer
This commit is contained in:
parent
02d56da414
commit
ff59bbdab0
59 changed files with 196 additions and 111 deletions
|
@ -43,7 +43,8 @@ class ScriptAliasCommand extends BaseCommand
|
|||
new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables the dev mode.'),
|
||||
new InputArgument('args', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, ''),
|
||||
))
|
||||
->setHelp(<<<EOT
|
||||
->setHelp(
|
||||
<<<EOT
|
||||
The <info>run-script</info> command runs scripts defined in composer.json:
|
||||
|
||||
<info>php composer.phar run-script post-update-cmd</info>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue