From a4fce1e209a058fe85884f6a093e8db49ea1518d Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 20 Feb 2026 17:01:15 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1962dae..1bdf222 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.4.0 || ^7.2 || ^8.0", - "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0 || ^12.0 || ^13.0", "simplepie/simplepie": "^1.5", "ext-curl": "*" },