Skip to content

Fix deprecations from symfony/validator #2418

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

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

tjveldhuizen
Copy link

@tjveldhuizen tjveldhuizen commented Jul 23, 2025

This PR fixes deprecations introduced in symfony/validator 7.3 (symfony/symfony#54744). Some of them are fixed in #2417 too, but I thought it would be clearer to include them in this PR as well.

Failing tests for PHP 8.3 and 8.4 are not related to the modifications, they also occur on the 3.x-branch.

Fixes #2416

@tjveldhuizen tjveldhuizen force-pushed the validator-deprecations branch 2 times, most recently from dd3912d to cc77d5d Compare July 23, 2025 09:07
@tjveldhuizen tjveldhuizen force-pushed the validator-deprecations branch from cc77d5d to a0b160a Compare July 23, 2025 09:20
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.

Passing an array of options to configure the \"FOS\\RestBundle\\Validator\\Constraints\\Regex\" constraint is deprecated, use named arguments instead.
1 participant