From e58aa1e5b49988dbc14840db1b3467c3cddf5987 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 23 Feb 2026 22:05:13 +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 afa32f5..0b4a195 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require": { "php": "^7.3 || ^8.0", - "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0" + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { "laravel/laravel": "^12.0",