Skip to content

Commit

Permalink
Update of the default composer auth URL to updates.ibexa.co in the wi…
Browse files Browse the repository at this point in the history
…zard
  • Loading branch information
YohannsMonnier committed Sep 17, 2021
1 parent 09e75f6 commit 3558afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ProjectWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected function getOneComposerHttpBasic(): array

$message = 'What is the <fg=yellow;options=bold>host</> on which you want to add credentials?';
$errorMessage = "The host MUST respect {$pattern}.";
$default = 'updates.ez.no';
$default = 'updates.ibexa.co';
$host = $this->io->askQuestion($this->getQuestion($message, $default, $validatorHost, $errorMessage));
$login = $this->io->askQuestion($this->getQuestion('Login?'));
$password = $this->io->askQuestion($this->getQuestion('Password?'));
Expand Down

0 comments on commit 3558afe

Please sign in to comment.