diff --git a/README.md b/README.md
index 5dc89fa..8de04e8 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ session or "dispatching browser events" from your Livewire components. Just disp
| Livewire | PHP | Laravel |
|
-| | [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",
|