From 485d6f9f55d4f1afd1787a1e1563f7f345edad0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Feb 2025 12:58:16 +0100 Subject: [PATCH] Fix Laravel 12 version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c220e8..3556532 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^10.0|^11.0|^11.0" + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { "orchestra/testbench": "^8.0|^9.0|^10.0",