Skip to content

Commit fa62dad

Browse files
committed
fix(auth): composer require argument
1 parent 39ab476 commit fa62dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/Installer/OAuthInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function installComposerDependencies(SupportedOAuthProvider ...$provider
137137
->filter();
138138

139139
if ($packages->isNotEmpty()) {
140-
$this->processExecutor->run("composer require {$packages->implode(', ')}");
140+
$this->processExecutor->run("composer require {$packages->implode(' ')}");
141141
}
142142
}
143143

0 commit comments

Comments
 (0)