From 0dad686e10a2f803a66ec5199e8a44d6224192bd Mon Sep 17 00:00:00 2001 From: Doug Sisk Date: Wed, 29 Oct 2025 11:03:17 -0400 Subject: [PATCH] Allow Livewire 4 Beta --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19323c6..e70e7ba 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "license": "MIT", "require": { "php": "^8.3", - "livewire/livewire": "^3.6.4", + "livewire/livewire": "^3.6.4|^4.0.0-beta.1", "pestphp/pest": "^4.0.0" }, "autoload": {