From d8645ff661b9345d6c0b93c5d27b86379ade4ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Fri, 11 Jul 2025 02:02:58 +0800 Subject: [PATCH] Extends versions support for `illuminate/support` and `illuminate/view packages` --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 97a77de..9551bf7 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ ], "minimum-stability": "stable", "require": { - "illuminate/support": "^9|^10|^11", - "illuminate/view": "^9|^10|^11", + "illuminate/support": "^9|^10|^11|^12", + "illuminate/view": "^9|^10|^11|^12", "php": "^8.1" }, "scripts": {