From 7e048cd8f56e42805cb4f0385790e7d69affa16e Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 11:23:30 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index edac1cb..c669578 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ ], "require": { "php": ">=8.1", - "illuminate/support": "^10.0", - "illuminate/database": "^10.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0", "xety/configurator": "^1.0" }, "require-dev": { - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^9.5", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^9.5|^10.5", "squizlabs/php_codesniffer": "^3.2" }, "autoload": {