-
Notifications
You must be signed in to change notification settings - Fork 452
[Extended] Add symfony 3.0 support #374
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
Conversation
@stof @willdurand can you take a look at this please? ping @luispabon |
@Spomky this can be reverted once a new version of |
$this->request->query->all() | ||
)); | ||
try { | ||
$request = $this->container->get('request_stack')->getCurrentRequest(); |
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.
Request stack is not available in 2.3
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.
And I failed to read 2 lines down.
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.
👍
Once there is a stable release of oauth2-php that can be depended upon, 👍 |
Definitely need oauth2-php released, depending on dev is iffy at best. |
@luispabon moreover the bundle won't be completely compatible with sf 3 except if the final user also uses the dev version of |
Yes, indeed. I wonder why a new release hasn't been cut yet. |
"friendsofsymfony/oauth2-php": "~1.1.0", | ||
"symfony/framework-bundle": "~2.2", | ||
"symfony/security-bundle": "~2.1" | ||
"friendsofsymfony/oauth2-php": "~1.1", |
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.
@Ener-Getick seems like you already released oauth2-php 1.2 compatible with symfony/http-foundation 3?
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.
Yeah, I'm just updating several part of the code to not introduce BC breaks.
I'll create |
👍 You joined FOS then? |
Awesome 👍 |
Any idea why travis doesn't launch the builds? |
It does, but it takes quite some time for them to clear through the queue. Travis could do with a little more capacity. |
Ah yeah just when I post a message they are launched ^^ |
@Ener-Getick https://www.traviscistatus.com/incidents/pfcclfpffppn 😕 |
@j0k3r ah right thanks! I'll disable |
[Extended] Add symfony 3.0 support
The build failure is related to https://www.traviscistatus.com/incidents/pfcclfpffppn so I merge this PR. |
This PR is based on #371 and only fixes the tests.
Happy new year!
Closes #371
Closes #366