Skip to content

Commit

Permalink
Merge pull request #105 from YohannsMonnier/feature-update-default-co…
Browse files Browse the repository at this point in the history
…mposerurl

Update of the default composer auth URL to updates.ibexa.co in the wizard
  • Loading branch information
Plopix authored Sep 29, 2021
2 parents 09e75f6 + 3558afe commit ebc20c8
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 ebc20c8

Please sign in to comment.