We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A majority of validator matches the IsoCodeInterface. But some don't, like ZipCode because they have another options arguments.
IsoCodeInterface
ZipCode
Implementing the options resolver for all validators will allows to fix this.
Plus, this will allows to add more option with ease, like for #105.
Ref: #33 (comment)
Note: Symfony as LTS versions that which should support. The actual requirement to do will be ^2.8 || ^3.0.
^2.8 || ^3.0
The text was updated successfully, but these errors were encountered:
Remove deprecated IsoCodesGeneric constraint (ronanguilloux#113)
6dbb799
No branches or pull requests
A majority of validator matches the
IsoCodeInterface
. But some don't, likeZipCode
because they have another options arguments.Implementing the options resolver for all validators will allows to fix this.
Plus, this will allows to add more option with ease, like for #105.
Ref: #33 (comment)
Note: Symfony as LTS versions that which should support. The actual requirement to do will be
^2.8 || ^3.0
.The text was updated successfully, but these errors were encountered: