From 97f5eebde471bb36d698f384175fd23d5eeff977 Mon Sep 17 00:00:00 2001 From: Yves Engetschwiler Date: Thu, 15 Jan 2026 08:43:05 +0100 Subject: [PATCH 1/2] Add Livewire v4 compatibility --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dc89fa..8035c6e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ session or "dispatching browser events" from your Livewire components. Just disp LivewirePHPLaravel -| | [LW2](https://laravel-livewire.com/docs/2.x) | [LW3](https://livewire.laravel.com/docs) | +| | [LW2](https://laravel-livewire.com/docs/2.x) | [LW3/LW4](https://livewire.laravel.com/docs) | |-|-|-| | [1.x](https://github.com/masmerise/livewire-toaster/tree/1.3.0) | ✅ | ❌ | | 2.x | ❌ | ✅ | diff --git a/composer.json b/composer.json index 7cc23ef..e47b7e1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "illuminate/routing": "^11.0 || ^12.0", "illuminate/support": "^11.0 || ^12.0", "illuminate/view": "^11.0 || ^12.0", - "livewire/livewire": "^3.0" + "livewire/livewire": "^3.0 || ^4.0" }, "require-dev": { "larastan/larastan": "^2.0 || ^3.1", From 3d5560d8de0d327e8d4fa53ec6bacf7c1c4cf885 Mon Sep 17 00:00:00 2001 From: Yves Engetschwiler Date: Thu, 15 Jan 2026 08:47:31 +0100 Subject: [PATCH 2/2] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8035c6e..8de04e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ session or "dispatching browser events" from your Livewire components. Just disp LivewirePHPLaravel -| | [LW2](https://laravel-livewire.com/docs/2.x) | [LW3/LW4](https://livewire.laravel.com/docs) | +| | [LW2](https://laravel-livewire.com/docs/2.x) | [LW3 & LW4](https://livewire.laravel.com/docs) | |-|-|-| | [1.x](https://github.com/masmerise/livewire-toaster/tree/1.3.0) | ✅ | ❌ | | 2.x | ❌ | ✅ |