From 16f9f2fe7b5a9c2df4008eed0db8b4ce659011bb Mon Sep 17 00:00:00 2001 From: John Baxter Date: Thu, 17 Mar 2022 16:12:44 +0000 Subject: [PATCH] Update composer.json Fixes this issue: https://github.com/dukt/twitter/issues/29 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 438d9cf..bc43cc2 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "craftcms/cms": "^3.0.0", "league/oauth1-client": "^1.9.0", - "guzzlehttp/oauth-subscriber": "^0.4.0", + "guzzlehttp/oauth-subscriber": "^0.6.0", "nojimage/twitter-text-php": "^2.0.0" }, "autoload": { @@ -40,4 +40,4 @@ "documentationUrl": "https://dukt.net/docs/twitter/v2", "changelogUrl": "https://raw.githubusercontent.com/dukt/twitter/master/CHANGELOG.md" } -} \ No newline at end of file +}