### Symfony version(s) affected 7.2.0 ### Description If `symfony/form` is not available, you get the following exception: > Symfony\Component\DependencyInjection\Exception\RuntimeException: You have requested a non-existent parameter "validator.translation_domain". I believe #58187 caused this bug. ### How to reproduce Install a Symfony 7.2 app w/o `symfony/validator` or `symfony/form`. ### Possible Solution _No response_ ### Additional Context _No response_