From 75967c359851676c1b92c644f9c59ffab4d128b0 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 22 Oct 2024 16:12:52 +0800 Subject: [PATCH] Support `laravel/nova` 5 This doesn't seem to contain any breaking change so it should be fine to allow Nova 5 without any changes. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 714392d..2c5c2d8 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "require": { "php": ">=8.0", - "laravel/nova": "^4.0" + "laravel/nova": "^4.0|^5.0" }, "autoload": { "psr-4": {