Skip to content

Commit f526ddb

Browse files
authored
Merge pull request #18640 from craftcms/feature/fix-cloud-version
Default to craftcms/cloud:^3
2 parents c9640cb + eaf594f commit f526ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/console/controllers/SetupController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public function actionCloud(): int
622622
$io = new ConsoleIO($input, $output, new HelperSet([new QuestionHelper()]));
623623

624624
$composerService->install([
625-
'craftcms/cloud' => '*',
625+
'craftcms/cloud' => '^3',
626626
], $io);
627627

628628
$message = sprintf('Extension %s', $moduleInstalled ? 'updated' : 'installed');

0 commit comments

Comments
 (0)