allow client v3#473
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the bundle’s Composer requirements to declare compatibility with league/oauth2-client v3 (in addition to v2), addressing Issue #472 requesting support for the new major version.
Changes:
- Expand the
league/oauth2-clientdependency constraint from^2.0to^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.
| "symfony/routing": "^6.4|^7.3|^8.0", | ||
| "symfony/http-foundation": "^6.4|^7.3|^8.0", | ||
| "league/oauth2-client": "^2.0", | ||
| "league/oauth2-client": "^2.0|^3.0", |
bocharsky-bw
left a comment
There was a problem hiding this comment.
Thank you for this PR!
I see we don't have v3 stable release yet, so CI indeed didn't test it on v3 yet
|
What if I change the last CI step (highest deps) to get "dev" as minimum stability? |
|
I was thinking about doing it temporarily.. or maybe we're worrying about it too early? I mean, maybe we should just wait for a stable release? |
Fix #472