From e260073a7f45ae22912179360f8e297bae9de618 Mon Sep 17 00:00:00 2001 From: Sander de Vos <15908302+sander3@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:30:31 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b832dc6..6197dfa 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.0.1", - "illuminate/http": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/http": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "^6.0",