From 67abbe58f2faa95eded23dd2418db05c3dd4a85f Mon Sep 17 00:00:00 2001 From: Charlie Langridge Date: Thu, 13 Oct 2022 11:14:45 +0100 Subject: [PATCH] [1.x] Allow v6 of symphony/http-client (#14) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de6595d..e2f1979 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^7.3|^8.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "joelbutcher/facebook-graph-sdk": "^6.0.0", - "symfony/http-client": "^5.3" + "symfony/http-client": "^5.3|^6.0" }, "require-dev": { "mockery/mockery": "^1.4.2",