Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Update dependency league/oauth2-client to v2 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

text-html-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
league/oauth2-client (source) require major ^1.4 -> ^2.0

Release Notes

thephpleague/oauth2-client (league/oauth2-client)

v2.7.0

Compare Source

Released: 2023-04-16

v2.6.1

Compare Source

Released: 2021-12-22

  • Fix deprecation notices, providing full support for PHP 8.1
    #​919
    #​920

v2.6.0

Compare Source

Released: 2020-10-27

  • Indicate support for PHP 8
  • Allow time to be set for testing purposes
    #​852

v2.5.0

Compare Source

Released: 2020-07-18

  • Allow Guzzle 7.x to be used #​847

v2.4.1

Compare Source

Released: 2018-11-22

  • Revert to use of AccessToken in type hints to preserve backwards
    compatibility; this fixes the issue reported in #​752
    and #​753

v2.4.0

Compare Source

Released: 2018-11-21

  • Add HttpBasicAuthOptionProvider to ease implementation for providers
    requiring HTTP basic auth
  • Add GuardedPropertyTrait to allow providers the ability to specify
    properties that may not be overridden by user-defined values passed to the
    provider constructor
  • Add AccessTokenInterface and ResourceOwnerAccessTokenInterface to allow
    providers the ability to override the default AccessToken

v2.3.1

Compare Source

Released: 2018-11-19

  • Allow paragonie/random_compat's empty 9.99.99 placeholder
  • Throw an UnexpectedValueException on non-JSON responses from access token
    request (when calling AbstractProvider::getAccessToken())

v2.3.0

Compare Source

Released: 2018-01-13

  • Add ProviderRedirectTrait tool for 3rd-party provider libraries to use when
    handling provider redirections
  • Fix TypeError thrown because getResourceOwner() receives a non-JSON Response
  • Gracefully handle non-standard errors received from providers
  • Update README to reflect official support of PHP 7.2

v2.2.1

Compare Source

Released: 2017-04-25

  • Fix potential type error when HTTP 500 errors are encountered
  • Allow broader range of random_compat versions

v2.2.0

Compare Source

Released: 2017-02-01

  • Allow base URLs to contain query parameters
  • Protect against + being improperly encoded in URL parameters
  • Remove misleading state option from authorization parameters
  • Stop generating more random bytes than necessary

v2.1.0

Compare Source

Released: 2017-01-24

  • Allow expires_in with a value of 0

v2.0.0

Compare Source

Released: 2017-01-12

  • Rename getResponse() to getParsedResponse()
  • Add getResponse() method that returns the unparsed PSR-7 Response instance
  • Removed RandomFactory, switched to native random functions

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants