From 26ce33d04e7917c58db7dc95ac8c41ebe377063d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 13:05:13 +0000 Subject: [PATCH] build(deps): bump abraham/twitteroauth from 1.2.0 to 3.1.0 Bumps [abraham/twitteroauth](https://github.com/abraham/twitteroauth) from 1.2.0 to 3.1.0. - [Release notes](https://github.com/abraham/twitteroauth/releases) - [Commits](https://github.com/abraham/twitteroauth/compare/1.2.0...3.1.0) --- updated-dependencies: - dependency-name: abraham/twitteroauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2ad88592ad..661206ec60 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "emojione/assets": "^4.5", "mervick/emojionearea": "^3.4", "emojione/emojione": "^4.5", - "abraham/twitteroauth": "^1.0", + "abraham/twitteroauth": "^3.1", "symfony/http-client": "^5.3", "nyholm/psr7": "^1.4", "norkunas/onesignal-php-api": "^2.7", diff --git a/composer.lock b/composer.lock index 4f3c82fa5d..424a61028b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c992061ab59aaf14a3d2aafeb4864612", + "content-hash": "8cc038e34dd5d7ef0c55e8d346801258", "packages": [ { "name": "abraham/twitteroauth", - "version": "1.2.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "f5cda73d1deae8b9e3e54f1572a6d28d03e06644" + "reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/f5cda73d1deae8b9e3e54f1572a6d28d03e06644", - "reference": "f5cda73d1deae8b9e3e54f1572a6d28d03e06644", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/51a502cde3c4f414ea0f98827afbeca1f19dfe2d", + "reference": "51a502cde3c4f414ea0f98827afbeca1f19dfe2d", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "^7.2 || ^7.3 || ^7.4" + "php": "^7.3 || ^7.4 || ^8.0" }, "require-dev": { "php-vcr/php-vcr": "^1", - "php-vcr/phpunit-testlistener-vcr": "^3", + "php-vcr/phpunit-testlistener-vcr": "dev-php-8", "phpmd/phpmd": "^2", - "phpunit/phpunit": "^8", + "phpunit/phpunit": "^8 || ^9", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -65,7 +65,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2020-09-22T14:27:00+00:00" + "time": "2021-07-19T00:42:49+00:00" }, { "name": "aws/aws-crt-php",