From 4555efa80cb3242ecbbe59e8377d99ddaf492335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Tue, 12 May 2026 17:29:14 +0200 Subject: [PATCH] Update Laravel version requirements in composer.json Updated Laravel version requirements to include 13.0. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f5cdf1a..a4c5e6d 100644 --- a/composer.json +++ b/composer.json @@ -15,15 +15,15 @@ "require": { "php": "^8.1", "ext-json": "*", - "illuminate/support": "^10.0|^11.0|^12.0", - "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", + "illuminate/console": "^10.0|^11.0|^12.0|^13.0", "guzzlehttp/guzzle": "^6.3|^7.0", "socialiteproviders/manager": "^3.4|^4.0.1", "firebase/php-jwt": "^7.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", - "laravel/framework": "^10.0|^11.0|^12.0" + "laravel/framework": "^10.0|^11.0|^12.0|^13.0" }, "autoload": { "psr-4": {