From 46c01f1b066e585e647737fd43b469f3c29b601b Mon Sep 17 00:00:00 2001 From: "Fabian @ Blax Software" Date: Thu, 16 Apr 2026 07:49:51 +0200 Subject: [PATCH] feat: add Laravel 13 support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4bd9d71..4d0df97 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ }, "require": { "php": "^8.0", - "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0" + "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/framework": "*",