Skip to content

Conversation

@willemverspyck
Copy link
Contributor

Update Symfony Monolog

Allow Doctrine version 3
@willemverspyck willemverspyck marked this pull request as ready for review January 15, 2026 12:23
@XWB XWB merged commit 1c77696 into hwi:master Jan 15, 2026
10 checks passed
@XWB
Copy link
Member

XWB commented Jan 15, 2026

👍 Thanks

@XWB XWB mentioned this pull request Jan 15, 2026
{
public static function get(Request $request, string $field): ?string
{
return $request->query->get($field) ?? $request->request->get($field);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory, it could be BC break if someone used a "hidden" definition like attributes on request.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I had the same doubts. But in the official OAuth flow, only GET and POST is allowed. If it's a real problem, we could add "attributes" again and throw an deprecation, when it's used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Since symfony/http-foundation 7.4: Request::get() is deprecated symfony 8

3 participants