|
->setDescription('Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.')
|
|
->setDescription('Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.')
|
|
new InputArgument('packages', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'Packages that should be updated, if not provided all packages are.'),
|
|
new InputArgument('packages', InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'Packages that should be updated, if not provided all packages are.'),
|