From c37079ad1ed699a613fbb9243cb407d23e380844 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 3 Apr 2024 14:24:53 +0200 Subject: [PATCH] Fix breaking change with twitter dependency bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c4d9cc..5b77c48 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.1", - "abraham/twitteroauth": "^5.0|^7.0", + "abraham/twitteroauth": "^5.0|^6.0", "illuminate/notifications": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0", "kylewm/brevity": "^0.2.9",