Symfony version(s) affected
7.3
Description
The constraints Symfony\Component\Validator\Constraints\Image is deprecated in Symfony 7.3 because HasNamedArguments attribute is missing

How to reproduce
Using symfony/validator:7.3 package and Image constraint
Possible Solution
Add #[HasNamedArguments] on __construct(...) method
Additional Context
No response