MattKetmo / EmailChecker

Disposable email detection library for PHP
MIT License
264 stars 79 forks source link

Allow to use constraint as attribute #91

Closed VincentLanglet closed 10 months ago

VincentLanglet commented 10 months ago

Hi @MattKetmo

Symfony constraints can be used as attribute for PHP8 https://symfony.com/blog/new-in-symfony-5-2-constraints-as-php-attributes

This PR allow the same for the EmailChecker constraint.

MattKetmo commented 10 months ago

thx

VincentLanglet commented 10 months ago

You're welcome.

Can you provide a new tag with this feature @MattKetmo ? Thanks.

MattKetmo commented 10 months ago

done