Skip to content
Snippets Groups Projects

Issue #3405187: The lock file is not up to date with the latest changes in composer.json

Open Issue #3405187: The lock file is not up to date with the latest changes in composer.json
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -209,7 +209,7 @@ final class PreviewConfigGenerator {
}
}
else if ($parameters['major_version'] === '8') {
$commands[] = 'cd "${DOCROOT}" && composer require zaporylie/composer-drupal-optimizations:^1.0 --no-update';
$commands[] = 'cd "${DOCROOT}" && composer require zaporylie/composer-drupal-optimizations:^1.1 --dev';
$commands[] = 'cd "${DOCROOT}" && composer install --no-ansi';
if (!$is_core) {
$commands[] = sprintf('cd "${DOCROOT}" && composer require drupal/%s:%s --no-update', $parameters['project'], $this->getComposerCompatibleVersionString($parameters['project_version']));
Loading