Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Laravel Reverb version 1.0 instead of @beta #52096

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

lucasRolff
Copy link
Contributor

@lucasRolff lucasRolff commented Jul 11, 2024

When using php artisan install:broadcasting it currently results in composer being told to use @beta instead of the tagged version 1.0.0.

Since Reverb isn't considered "beta" anymore in Laravel 11, ideally stable releases should be used for the automated install.

@henzeb
Copy link
Contributor

henzeb commented Jul 11, 2024

Have you tried updating your laravel instance?

@lucasRolff
Copy link
Contributor Author

Have you tried updating your laravel instance?

Hello @henzeb :)

I'm running v11.15.0, which I believe is the latest Laravel release.
11.x branch also shows it installs @beta:
https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/BroadcastingInstallCommand.php#L154

@taylorotwell taylorotwell merged commit 7bd526e into laravel:11.x Jul 11, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants