From d9178042894768e337f2b33e35e7622bc05751cb Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 26 Feb 2026 22:30:04 +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 5b9ce1b..3dab4bb 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ }, "require": { "php": "~7.0|~8.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "mtownsend/xml-to-array": "^1.0|^2.0" }, "require-dev": {