Skip to content
Snippets Groups Projects

Contrib: Issue #3411241: Expand ConverterCommand documentation to make it...

@@ -270,6 +270,10 @@ protected function createTestProject(string $template): void {
// Allow pre-release versions of dependencies.
$this->runComposer('composer config minimum-stability dev', $template_dir);
// Allow any version of Drupal core as in test using a git clone on Gitlab
// core will be checked out at a specific commit hash.
$this->runComposer("composer require --no-update drupal/core:'*'", "composer/Metapackage/CoreRecommended");
// Remove the packages.drupal.org entry (and any other custom repository)
// from the template's repositories section. We have no reliable way of
// knowing the repositories' names in advance, so we get that information
Loading