Symfony2 validation constraint 'Symfony\Component\Validator\Constraints\MaxLength' not found Symfony2 validation constraint 'Symfony\Component\Validator\Constraints\MaxLength' not found symfony symfony

Symfony2 validation constraint 'Symfony\Component\Validator\Constraints\MaxLength' not found


MaxLength is deprecated since symfony 2.1 use Length with the max option set.

The reference can be found in UPGRADE-2.1.md in the validator section.