From b11dd5b011263f40fa6b7c427e224029ccc633b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 10:45:55 +0000 Subject: [PATCH] Update dependency abraham/twitteroauth to v6 --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index f3eac89..6cacad3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^8.1", "composer-runtime-api": "^2", - "abraham/twitteroauth": "^4.0", + "abraham/twitteroauth": "^6.0", "composer/installers": "^2.0", "drupal/core-composer-scaffold": "10.2.6", "drupal/core-recommended": "10.2.6" diff --git a/composer.lock b/composer.lock index cb2fd87..0bd08a2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,33 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "97a26c29db8669f4260480c772d3f04a", + "content-hash": "7c43940fc526a312d74249e467a76f82", "packages": [ { "name": "abraham/twitteroauth", - "version": "4.0.1", + "version": "6.2.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "b9302599e416e5c00742cf7f4455220897f8291d" + "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", - "reference": "b9302599e416e5c00742cf7f4455220897f8291d", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/e6fc2e0c30371ce68427d547bdeb19725868db30", + "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "^7.4 || ^8.0 || ^8.1" + "php": "8.*" }, "require-dev": { "php-vcr/php-vcr": "^1", - "php-vcr/phpunit-testlistener-vcr": "dev-php-8", + "php-vcr/phpunit-testlistener-vcr": "dev-php8", "phpmd/phpmd": "^2", - "phpunit/phpunit": "^8 || ^9", - "rector/rector": "^0.12.19 || ^0.13.0", + "phpunit/phpunit": "^9", + "rector/rector": "^0.15.7", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2022-08-18T23:30:33+00:00" + "time": "2023-10-28T20:17:00+00:00" }, { "name": "asm89/stack-cors",