Skip to content

Commit eaf594f

Browse files
committed
Default to craftcms/cloud:^3
1 parent 1b21933 commit eaf594f

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)