From a58c1fbb57f11f7022d1024dcc09ce8a04741777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 16:54:08 -0700 Subject: [PATCH] build(deps): update abraham/twitteroauth requirement from 5.0.0 to 6.1.0 (#1666) Updates the requirements on [abraham/twitteroauth](https://github.com/abraham/twitteroauth) to permit the latest version. - [Release notes](https://github.com/abraham/twitteroauth/releases) - [Commits](https://github.com/abraham/twitteroauth/compare/5.0.0...6.1.0) --- updated-dependencies: - dependency-name: abraham/twitteroauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e0def50a..354b60d94 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SMR", "license": "AGPL-3.0", "require": { - "abraham/twitteroauth": "5.0.0", + "abraham/twitteroauth": "6.1.0", "doctrine/dbal": "3.6.6", "ext-curl": "*", "ext-json": "*",