From 3219294bded64c4938493f6bc24e3dbe2abb157f Mon Sep 17 00:00:00 2001 From: Frederic Habich <53627251+CodeAdminDe@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:29:19 +0200 Subject: [PATCH] updated required packages for compatibility with Laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fb50132..b8e374a 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ ], "require": { "php": "^8.0", - "laravel/framework": "^8.0", + "laravel/framework": "^8.0|^9.0", "livewire/livewire": "^2.5" }, "require-dev": { - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.0|^7.0", "phpunit/phpunit": "^9.5", - "nunomaduro/collision": "^5.10.0" + "nunomaduro/collision": "^5.10.0|^6.3.1" }, "autoload": { "psr-4": {