From 9ef781fd3eea6f8a7a7a03cce4ac09e1ecf6380d Mon Sep 17 00:00:00 2001 From: Angelos Michalopoulos Date: Thu, 28 May 2026 12:41:59 +0300 Subject: [PATCH] Add Laravel 13 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cbabd1e..8711935 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "license": "MIT", "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/nova": "^5.0",