Skip to content

Allows oauth2-client version 3#140

Merged
shadowhand merged 1 commit into
thephpleague:mainfrom
garak:client-3
Mar 9, 2026
Merged

Allows oauth2-client version 3#140
shadowhand merged 1 commit into
thephpleague:mainfrom
garak:client-3

Conversation

@garak

@garak garak commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Fix #139

Copilot AI review requested due to automatic review settings March 9, 2026 08:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #139 by expanding the version constraint for league/oauth2-client in composer.json to also accept version 3.x, in addition to the previously supported 2.x.

Changes:

  • Broadens the league/oauth2-client dependency constraint from ^2.0 to ^2.0 || ^3.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@shadowhand
shadowhand merged commit d217cd2 into thephpleague:main Mar 9, 2026
12 of 13 checks passed
@codecov

codecov Bot commented Mar 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8b9bb43) to head (449c60b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #140   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        40        40           
===========================================
  Files              3         3           
  Lines             82        82           
===========================================
  Hits              82        82           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@garak
garak deleted the client-3 branch March 9, 2026 09:35
@shadowhand

Copy link
Copy Markdown
Member

Released in version 4.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow league/oauth2-client ^3

3 participants