From 87c1621ddc42cb388cfae5ac5ca0af25f6fd14db Mon Sep 17 00:00:00 2001 From: Yaroslav Voitenko Date: Fri, 6 Dec 2024 16:49:57 +0200 Subject: [PATCH] feat(l11-support): Add support for Laravel 11 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 69adfb4..fea0aa8 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", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "mockery/mockery": "~1.0|^1.6.12", + "phpunit/phpunit": "~8.5|^9.5.10|^11.4.3" }, "autoload": { "psr-4": {