From 1183d19f67d7dff5def6889545b3181a8652f3a9 Mon Sep 17 00:00:00 2001 From: Sasha Fedorko Date: Sat, 21 Dec 2024 18:41:15 +0300 Subject: [PATCH 1/2] add nova 5.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bdd4880..21d85fa 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "illuminate/database": "^9.0|^10.0|^11.0", "illuminate/support": "^9.0|^10.0|^11.0", "illuminate/http": "^9.0|^10.0|^11.0", - "laravel/nova": "^3.0|^4.0" + "laravel/nova": "^3.0|^4.0|^5.0" }, "autoload": { "psr-4": { From 4c4c7775359555b07ed42786435308771272f9ef Mon Sep 17 00:00:00 2001 From: Sasha Fedorko Date: Sat, 29 Mar 2025 21:16:40 +0300 Subject: [PATCH 2/2] add laravel 12 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 21d85fa..7a39437 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ "license": "MIT", "require": { "php": ">=8.1", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/http": "^9.0|^10.0|^11.0|^12.0", "laravel/nova": "^3.0|^4.0|^5.0" }, "autoload": {