Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Unknown Constraint class when not using symfony/validator (#2276)
| Q | A | |---------------|---------------------------------------------------------------------------------------------------------------------------| | Bug fix? | yes | | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | | Issues | Fix #2275 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | #2259 accidentally removed the `class_exists` check for symfony/validator `Constraint`. This currently causes applications using this bundle to fail because of the missing symfony/validator dependency
- Loading branch information