Skip to content

PHPMentorsValidatorBundle 1.1.0 (stable)

Compare
Choose a tag to compare
@iteman iteman released this 13 Jul 03:40
· 23 commits to master since this release
v1.1.0

Release Date: 2015-07-13 UTC

What's New in PHPMentorsValidatorBundle 1.1.0

New minimum required Symfony version

(Issue #10)

As of this version, Symfony 2.7.0 or greater is required.

AtLeastOneOf constraint

(Issue #9)

The AtLeastOneOf constraint allows you to define two or more properties that at least one of is required.

Bug fixes

The following bugs have been fixed:

  • A Symfony\Component\Validator\Exception\ValidatorException is raised when compiling the container with FOSUserBundle. (Issue #6)
  • The class annotation does not support for ServiceCallback. (Issue #5)