From dd5c0a15322df7c4dd74e730dfc15d6acb11e676 Mon Sep 17 00:00:00 2001 From: Dominik Kohler <18621527+kohlerdominik@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:38:43 +0100 Subject: [PATCH] fixed wrong typed version --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 47e1d99..662790e 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "require": { "php": ">=7.2.5", "ext-json": "*", - "guzzlehttp/guzzle": "^7.0", - "illuminate/config": "^8.0|9.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/validation": "^8.0|^9.0" + "guzzlehttp/guzzle": "^7", + "illuminate/config": "^8|^9", + "illuminate/support": "^8|^9", + "illuminate/validation": "^8|^9" }, "autoload": { "psr-4": {