Skip to content

Commit f6124b2

Browse files
authored
Update pusher/pusher-php-server to ^5.0 (#6890)
laravel/framework@3404185
1 parent b6b6e2e commit f6124b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You will also need to configure and run a [queue worker](/docs/{{version}}/queue
7777

7878
If you plan to broadcast your events using [Pusher Channels](https://pusher.com/channels), you should install the Pusher Channels PHP SDK using the Composer package manager:
7979

80-
composer require pusher/pusher-php-server "~4.0"
80+
composer require pusher/pusher-php-server "^5.0"
8181

8282
Next, you should configure your Pusher Channels credentials in the `config/broadcasting.php` configuration file. An example Pusher Channels configuration is already included in this file, allowing you to quickly specify your key, secret, and application ID. Typically, these values should be set via the `PUSHER_APP_KEY`, `PUSHER_APP_SECRET`, and `PUSHER_APP_ID` [environment variables](/docs/{{version}}/configuration#environment-configuration):
8383

0 commit comments

Comments
 (0)