-
Notifications
You must be signed in to change notification settings - Fork 72
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
converted symfony2 settings to symfony3. #61
base: develop
Are you sure you want to change the base?
Conversation
changed to reflect symfony3.3
request changed to qs.
changed references to symfony3.
@@ -1,9 +1,9 @@ | |||
{ | |||
"name": "bshaffer/oauth2-server-bundle", | |||
"name": "alpha1125/oauth2-server-bundle", |
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.
Not sure this is something expected.
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.
you are right, it should not be expected. That should not be in there... "bshaffer" would be the correct one. Accidentally committed back in from testing... how do I revert that.
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.
You just do a new commit to revert that, and push it in your branch and the PR will be updated accordingly.
Added "request" object to be passed to twig.
paste blunder fix.
Made superficial changes, to get the bundle to work in Symfony 3.3.4.