From b79b8f4ab750d49ca391336bd93317bb67c24c69 Mon Sep 17 00:00:00 2001 From: Alberto Peripolli Date: Thu, 23 Apr 2026 10:13:16 +0200 Subject: [PATCH] Update illuminate dependencies to support newer versions --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 69adfb4a..4d4e1e69 100755 --- a/composer.json +++ b/composer.json @@ -19,16 +19,16 @@ ], "require": { "php": ">=7.2.5", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" + "phpunit/phpunit": ">=8.5" }, "autoload": { "psr-4": {