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

[8.x] Adds support for Pusher 6.x #37223

Merged
merged 2 commits into from
May 3, 2021
Merged

[8.x] Adds support for Pusher 6.x #37223

merged 2 commits into from
May 3, 2021

Conversation

DarkGhostHunter
Copy link
Contributor

Minor bump for Pusher 6.x.

Ran the broadcast test locally and seems fine, but I'll wait for a proper check from the maintainers.

@@ -144,7 +144,7 @@
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
"predis/predis": "Required to use the predis connector (^1.1.2).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to also update the other composer.json file.

@taylorotwell taylorotwell merged commit 819db15 into laravel:8.x May 3, 2021
@taylorotwell
Copy link
Member

@GrahamCampbell I updated the other file.

@DarkGhostHunter DarkGhostHunter deleted the feat/pusher_6 branch May 3, 2021 15:28
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.

3 participants