From 6e90f032dfea08122c2551800030ddf39e803be0 Mon Sep 17 00:00:00 2001 From: samuelhowell Date: Sat, 26 Feb 2022 09:47:24 -0700 Subject: [PATCH 1/2] remove conflicting illuminate/support --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8a5f2a6..e18534c 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,7 @@ "request" ], "require": { - "illuminate/http": "^5.0|^6.0|^7.0|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0" + "illuminate/http": "^5.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "~5.4.0" From bf209547933cd7e61772f261f008d81e171a5740 Mon Sep 17 00:00:00 2001 From: samuelhowell Date: Sat, 26 Feb 2022 09:48:42 -0700 Subject: [PATCH 2/2] update required illuminate/http version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e18534c..383b2be 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "request" ], "require": { - "illuminate/http": "^5.0|^6.0|^7.0|^8.0" + "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^v9.0" }, "require-dev": { "phpunit/phpunit": "~5.4.0"