From b05125f21ba86a546f0d4b25fa5f66a1526e19b7 Mon Sep 17 00:00:00 2001 From: Yarad Date: Thu, 30 Jul 2026 15:01:50 +0300 Subject: [PATCH] Allow Laravel 13 (illuminate/support ^13.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41e350d..44b1fe8 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "symfony/var-dumper": "^6.0|^7.0",