From d26477636715f80733f9cb1c00d3247e3a0693d8 Mon Sep 17 00:00:00 2001 From: tm69 Date: Thu, 10 Mar 2022 18:15:08 -0700 Subject: [PATCH] Update composer.json bugfix installation laravel 9.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cd00438..42ed76f 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "require": { "php": ">=8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "illuminate/notifications": "~9.0.2", - "illuminate/support": "~9.0.2" + "illuminate/notifications": "^9.0", + "illuminate/support": "^9.0" }, "require-dev": { "orchestra/testbench": "^7.0",