From 16ea604f8581f8088dd55b6a3dd80fef284d536c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8D=95?= Date: Fri, 27 Feb 2026 15:14:02 +0800 Subject: [PATCH] Add support for Laravel 13 Drops support for Laravel 9 and adds compatibility for version 13 across core Illuminate packages. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9551bf7..8a0d986 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ ], "minimum-stability": "stable", "require": { - "illuminate/support": "^9|^10|^11|^12", - "illuminate/view": "^9|^10|^11|^12", + "illuminate/support": "^10|^11|^12|^13", + "illuminate/view": "^10|^11|^12|^13", "php": "^8.1" }, "scripts": {