From f0afe0618699671d31b45cbe0c472c91fcaab648 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 20 Feb 2026 17:04:19 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4aa74ab..ba515fc 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ }, "require": { "php": "^8.2", - "illuminate/support": "^10.0|^11.0|^12.0", - "illuminate/view": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", + "illuminate/view": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "orchestra/testbench": ">=8.0",