-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relaxed version constraint to allow v7.3 of oauth2-server #11
Conversation
- Updated version constraint for - league/oauth2-server (^7.2) to allow v7.2 - symfony/psr-http-message-bridge (^1.0) to allow v1.1
- v7.3.0 of oauth-server does not seem to introduce breaking changes. Call of ```finalizedScopes()``` (see ```ScopeRepository```) was moved, see https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md#730---released-2018-11-13
|
In fact I've considered using
I'm no longer sure, if backward compatibility is really ensured within minor version change from v7.2 to 7.3 in |
Codecov Report
@@ Coverage Diff @@
## master #11 +/- ##
=========================================
Coverage 86.18% 86.18%
Complexity 201 201
=========================================
Files 37 37
Lines 608 608
=========================================
Hits 524 524
Misses 84 84 Continue to review full report at Codecov.
|
@gschafra The change looks good, but I have one question for you based on your commits: How come you decided not to relax the version requirement for the |
@spideyfusion Kind of conservative attitude of mine. Do you think, it's save and better to allow minor updates on |
@gschafra Go for it. Symfony is pretty good at respecting the semantic versioning convention. |
Relaxed version constraint also for symfony/psr-http-message-bridge
@gschafra Thank you for your continued contributions. :-) |
@spideyfusion No problem, thanks for your effort to start this bundle! I'm thinking about to implement symfony command to manage client, like
Anyone already planned doing this? |
Sorry, I started to work with this bundle some days ago and did not see this conversation. I'm happy to contribute with it. I hope your revision on #17. @spideyfusion Thanks for sharing your great work. |
v7.3.0 of oauth-server does not seem to introduce breaking changes. Call of
finalizedScopes()
(seeScopeRepository
) was moved, see https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md#730---released-2018-11-13