From a7ae99366a7f358960f845a8e58b1494e26f6f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:35:11 +0000 Subject: [PATCH] chore(deps): bump laravel-notification-channels/twitter Bumps [laravel-notification-channels/twitter](https://github.com/laravel-notification-channels/twitter) from 8.3.0 to 9.0.0. - [Release notes](https://github.com/laravel-notification-channels/twitter/releases) - [Changelog](https://github.com/laravel-notification-channels/twitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/laravel-notification-channels/twitter/compare/v8.3.0...v9.0.0) --- updated-dependencies: - dependency-name: laravel-notification-channels/twitter dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 83025310..b69be312 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "internachi/modular": "^2.3", "jenssegers/agent": "^2.6.4", "laravel-notification-channels/telegram": "^6.0", - "laravel-notification-channels/twitter": "^8.1", + "laravel-notification-channels/twitter": "^9.0", "laravel/framework": "^12.0", "laravel/nightwatch": "^1.13", "laravel/octane": "^2.12", diff --git a/composer.lock b/composer.lock index c87d12a0..9ae08297 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2edfd9d18edfbefc90804a7d87bbce42", + "content-hash": "eeae043a4469fc75a3582888a4badbf8", "packages": [ { "name": "abraham/twitteroauth", - "version": "6.2.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30" + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/e6fc2e0c30371ce68427d547bdeb19725868db30", - "reference": "e6fc2e0c30371ce68427d547bdeb19725868db30", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa", + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa", "shasum": "" }, "require": { @@ -66,7 +66,7 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2023-10-28T20:17:00+00:00" + "time": "2024-02-11T18:58:08+00:00" }, { "name": "amphp/amp", @@ -5036,31 +5036,31 @@ }, { "name": "laravel-notification-channels/twitter", - "version": "v8.3.0", + "version": "v9.0.0", "source": { "type": "git", "url": "https://github.com/laravel-notification-channels/twitter.git", - "reference": "378eee270610d7372b78eb01ea5f82588bd73efc" + "reference": "216d544b8a4250b64aee80d80ac6bfa615ebb306" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-notification-channels/twitter/zipball/378eee270610d7372b78eb01ea5f82588bd73efc", - "reference": "378eee270610d7372b78eb01ea5f82588bd73efc", + "url": "https://api.github.com/repos/laravel-notification-channels/twitter/zipball/216d544b8a4250b64aee80d80ac6bfa615ebb306", + "reference": "216d544b8a4250b64aee80d80ac6bfa615ebb306", "shasum": "" }, "require": { - "abraham/twitteroauth": "^5.0|^6.0", + "abraham/twitteroauth": "^7.0", "ext-fileinfo": "*", - "illuminate/notifications": "^10.0|^11.0|^12.0", - "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/notifications": "^12.0", + "illuminate/support": "^12.0", "kylewm/brevity": "^0.2.9", - "php": "^8.1" + "php": "^8.4" }, "require-dev": { "laravel/pint": "^1.10", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "phpunit/phpunit": "^9.3|^10.5|^11.5.3" + "orchestra/testbench": "^10.0", + "phpunit/phpunit": "^11.5.3" }, "type": "library", "extra": { @@ -5091,9 +5091,9 @@ "homepage": "https://github.com/laravel-notification-channels/twitter", "support": { "issues": "https://github.com/laravel-notification-channels/twitter/issues", - "source": "https://github.com/laravel-notification-channels/twitter/tree/v8.3.0" + "source": "https://github.com/laravel-notification-channels/twitter/tree/v9.0.0" }, - "time": "2025-04-07T22:42:13+00:00" + "time": "2025-04-01T17:06:22+00:00" }, { "name": "laravel/framework",