From c803ad29106116ba176785b83b7b03f579104574 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 27 Feb 2026 15:53:55 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7ca0674..20530da 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^8.40|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "autoload": { "psr-4": {