From c68e672140857cc2e28bcf6cf593c60020a42411 Mon Sep 17 00:00:00 2001 From: John Charman Date: Tue, 26 Sep 2023 15:57:16 +0100 Subject: [PATCH] Support Laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 97fee74..f754699 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": "^8.1.0", "crell/api-problem": "^3.6.1", - "illuminate/http": "^9.0", - "illuminate/support": "^9.0", + "illuminate/http": "^9.0 || ^10.0", + "illuminate/support": "^9.0 || ^10.0", "nyholm/psr7": "^1.8", "membrane/membrane": "^0.2.0", "symfony/psr-http-message-bridge": "^2.1"