Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps abraham/twitteroauth from 3.3.0 to 7.0.0.

Release notes

Sourced from abraham/twitteroauth's releases.

7.0.0

Change the third argument of callers from a boolean to an array

+ $connection->post("tweets", ["text" => $text], ['jsonPayload' => true]);
- $connection->post("tweets", ["text" => $text], true);
$connection->upload( 
  'media/upload',
  ['media' => $file_path, 'media_type' => 'video/mp4'],
+   ['chunkedUpload' => true],
-   true
);

6.2.0

  • Expand PHP 8 support

6.1.0

Default v2 to JSON payload

6.0.0

Default to Twitter API v2.

For v1 APIs you can switch back using:

$connection->setApiVersion('1.1');

5.0.0

Require PHP 8

v4.0.1

  • Resolve parameters to random_int

v4.0.0

  • Modernize PHP with Rector
Commits
  • a862268 Merge pull request #1220 from abraham/options
  • d281941 Switch to using options argument
  • b56c62a Merge pull request #1216 from abraham/dependabot/npm_and_yarn/prettier-plugin...
  • 5c3f7f3 Bump prettier-plugin-package from 1.3.1 to 1.4.0
  • 74e2926 Merge pull request #1206 from abraham/dependabot/github_actions/actions/setup...
  • fd82aca Bump actions/setup-node from 3 to 4
  • e6fc2e0 Merge pull request #1152 from abraham/php-8-2
  • 8871650 Test on php 8.2
  • facf3c5 Merge pull request #1204 from abraham/dependabot/npm_and_yarn/concurrently-8.2.2
  • f9e3ecb Bump concurrently from 8.2.1 to 8.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [abraham/twitteroauth](https://github.com/abraham/twitteroauth) from 3.3.0 to 7.0.0.
- [Release notes](https://github.com/abraham/twitteroauth/releases)
- [Commits](abraham/twitteroauth@3.3.0...7.0.0)

---
updated-dependencies:
- dependency-name: abraham/twitteroauth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
@AndyScherzinger
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2025

Superseded by #169.

@dependabot dependabot bot closed this Nov 22, 2025
@dependabot dependabot bot deleted the dependabot/composer/server/abraham/twitteroauth-7.0.0 branch November 22, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants