8.2
Backport some CS fixes from 7.4
[Validator] Check File extensions and mimeTypes independently
do not use PHPUnit mock objects without configured expectations
[Serializer][Validator] Attribute metadata no longer requires `container.excluded` tags
[FrameworkBundle][Validator] Allow implementing validation groups provider outside DTOs
[Validator] Allow cascading the current group sequence group to referenced objects
Merge branch '6.4' into 7.4
Merge branch '8.0' into 8.1
replace PHPUnit annotations with attributes
[Validator] Allow non-string values in ConstraintViolationBuilderInterface::setParameter()
Merge branch '7.4' into 8.0
[Validator] Allow opt-out of EmailValidator deprecation when using Validation::createValidatorBuilder()
[CS] Back config from 8.1 and apply heredoc_indentation rule
[Tests] Streamline
[Validator] Made tests forward-compatible with ICU 72.1
deprecate the loose e-mail validation mode
[Validator] Add ValidatorBuilder::enablePropertyMetadataExistenceCheck()