From 372167aa8d5b271f8ca45f4f456501c0c1b8594f Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 25 Feb 2026 17:11:06 +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 bddf6dc..d723e04 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ "require": { "php": "^7.1.3|^8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", - "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0", - "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0|^10.5"