Skip to content

Commit d401472

Browse files
Mention pusher/pusher-php-server upgrade from ^4.0|^5.0 to ^5.0 in upgrade guide (#8110)
* docs: mention pusher/pusher-php-server upgrade from ^4.0|^5.0 to ^5.0 See laravel/framework#36528 * Update upgrade.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent a06206f commit d401472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You should update the following dependencies in your application's `composer.jso
6060

6161
</div>
6262

63-
In addition, please replace `facade/ignition` with `"spatie/laravel-ignition": "^1.0"` in your application's `composer.json` file.
63+
In addition, please replace `facade/ignition` with `"spatie/laravel-ignition": "^1.0"` and `pusher/pusher-php-server` (if applicable) with `"pusher/pusher-php-server": "^5.0"` in your application's `composer.json` file.
6464

6565
Furthermore, the following first-party packages have received new major releases to support Laravel 9.x. If applicable, you should read their individual upgrade guides before upgrading:
6666

0 commit comments

Comments
 (0)