Skip to content

Commit 7bd526e

Browse files
authored
Update BroadcastingInstallCommand.php (#52096)
1 parent 213a370 commit 7bd526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/BroadcastingInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function installReverb()
151151
}
152152

153153
$this->requireComposerPackages($this->option('composer'), [
154-
'laravel/reverb:@beta',
154+
'laravel/reverb:^1.0',
155155
]);
156156

157157
$php = (new PhpExecutableFinder())->find(false) ?: 'php';

0 commit comments

Comments
 (0)