mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
rename skipScripts to runScripts.
This commit is contained in:
parent
123dec52fb
commit
129884ef72
3 changed files with 9 additions and 9 deletions
|
@ -58,7 +58,7 @@ EOT
|
|||
->setVerbose($input->getOption('verbose'))
|
||||
->setPreferSource($input->getOption('prefer-source'))
|
||||
->setDevMode($input->getOption('dev'))
|
||||
->setSkipScripts($input->getOption('skip-scripts'))
|
||||
->setRunScripts(!$input->getOption('skip-scripts'))
|
||||
;
|
||||
|
||||
return $install->run() ? 0 : 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue