-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
[BC Break] Rework resource owners to use Symfony Http Client internally #1681
Conversation
0def73e
to
17cf193
Compare
Looks good to me. |
54d38dc
to
601a256
Compare
wow looks like a cool simplification =) |
When can we expect this change to be available in the master branche? this is a definite game changer. |
There are few things missing in this PR that need to be addressed, but I'm currently doing commercial work to pay taxes. Feel free to share and/or sponsor me on GitHub so I will be able to spend more time on open-source work: |
Thanks! This looks like a great improvement. What else should be addressed in this PR? Do you need any help? |
601a256
to
8c8ebf8
Compare
This requires "jump-in" testing in real project, which currently I cannot provide, so if you're able to test it & give me a feedback this for sure would speedup the process 😄 |
019d015
to
6aa655b
Compare
I get this error:
|
a804c6e
to
0c4b4c4
Compare
Should be fixed, during weekend I will try to setup small project with at least Github & Twitter logins to validate the changes. |
Once validated, we could create a 1.x branch and bump master to 2.x so we can merge this PR. |
9d97858
to
820f9b9
Compare
93c722e
to
390e765
Compare
f547e75
to
eeea947
Compare
@XWB @stephanvierkant @sadikoff (and everyone else interested 😄) This is ready to be tested 🔥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo finaly! Nice work!
One minor comment from me =)
@stloyd WDYT about more PHP 7.4 usage? As I see it's a minimal PHP version allowed, probably we may use more property types definitions. |
It's definitely not scope of this PR, but I have started some changes while making internal classes final officially, but it will be easier if we have this merged before it. |
Totally! It was a more theoretical question =) |
eeea947
to
545eafe
Compare
545eafe
to
4060984
Compare
No description provided.