8000 [Validator] Revert Slug constraint by wouterj · Pull Request #60475 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Revert Slug constraint #60475

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

Merged
merged 1 commit into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Symfony/Component/Validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CHANGELOG
* Deprecate defining custom constraints not supporting named arguments
* Deprecate passing an array of options to the constructors of the constraint classes, pass each option as a dedicated argument instead
* Add support for ratio checks for SVG files to the `Image` constraint
* Add the `Slug` constraint
* Add support for the `otherwise` option in the `When` constraint
* Add support for multiple fields containing nested constraints in `Composite` constraints
* Add the `stopOnFirstError` option to the `Unique` constraint to validate all elements
Expand Down
42 changes: 0 additions & 42 deletions src/Symfony/Component/Validator/Constraints/Slug.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Symfony/Component/Validator/Constraints/SlugValidator.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Symfony/Component/Validator/Tests/Constraints/SlugTest.php

This file was deleted.

This file was deleted.

0