From f4a10c62520b4fdc1ae07882bbd5f018ab35c866 Mon Sep 17 00:00:00 2001 From: Julien Arcin <1089816+julienarcin@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:16:11 +0700 Subject: [PATCH] Update composer.json for Laravel 11 compatibility --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ff52002..9fdaf35 100755 --- a/composer.json +++ b/composer.json @@ -20,14 +20,14 @@ ], "require": { "php": "^8.0", - "illuminate/http": "^9.0 || ^10.0", - "illuminate/support": "^9.0 || ^10.0" + "illuminate/http": "^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", "gtjamesa/php-standards": "^2.0", - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.5" + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^9.5 || ^10.0" }, "autoload": { "psr-4": {