Skip to content

PHPMentorsValidatorBundle 1.0.0 (stable)

Choose a tag to compare

@iteman iteman released this 17 Apr 03:10
· 47 commits to master since this release
v1.0.0

Release Date: 2015-04-17 UTC

What's New in PHPMentorsValidatorBundle 1.0.0

Namespace alias configuration

(Issue #4)

This feature allows you to add namespace aliases with configuration. To use this feature add any alias and namespace pair to phpmentors_validator.constraint.namespaces as the following:

app/config/config.yml:

...
phpmentors_validator:
    constraint:
        namespaces:
            App: "AppBundle\\Validator\\Constraints\\"
...