From 4759fd4bbf1aaa8b5c459f90c9515e4d660df231 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 17:18:42 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a6786bf..47e7053 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require": { "phpnexus/cwh": "^1.1.14 || ^2.0 || ^3.0.0", - "illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0" + "illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0 || ^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.12 || ^2.16|^3.14", - "phpunit/phpunit": "^6.5 || ^8.4 || ^9.0", + "phpunit/phpunit": "^6.5 || ^8.4 || ^9.0 || ^10.5", "mockery/mockery": "^1.2" } }