From ea9bdc3cf4adacde279c7670d1db07f325be54ca Mon Sep 17 00:00:00 2001 From: AlbinoDrought Date: Mon, 8 Aug 2022 14:29:36 -0700 Subject: [PATCH 1/2] docs: mention pusher/pusher-php-server upgrade from ^4.0|^5.0 to ^5.0 See https://github.com/laravel/framework/pull/36528 --- upgrade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.md b/upgrade.md index a455de415d0..046e6a79251 100644 --- a/upgrade.md +++ b/upgrade.md @@ -62,6 +62,8 @@ You should update the following dependencies in your application's `composer.jso In addition, please replace `facade/ignition` with `"spatie/laravel-ignition": "^1.0"` in your application's `composer.json` file. +If using Pusher, please update `pusher/pusher-php-server` to `^5.0`. + 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:
From 1ba4acd75d6bd256252b05d25db6c7724d0eb992 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2022 08:24:30 -0500 Subject: [PATCH 2/2] Update upgrade.md --- upgrade.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/upgrade.md b/upgrade.md index 046e6a79251..a2ea821fbea 100644 --- a/upgrade.md +++ b/upgrade.md @@ -60,9 +60,7 @@ You should update the following dependencies in your application's `composer.jso
-In addition, please replace `facade/ignition` with `"spatie/laravel-ignition": "^1.0"` in your application's `composer.json` file. - -If using Pusher, please update `pusher/pusher-php-server` to `^5.0`. +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. 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: