MattKetmo / EmailChecker

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

Add missing composer dependency #77

Closed pgrenaud closed 2 years ago

pgrenaud commented 2 years ago

This PR aim to fix class resolution issues by adding the missing illuminate/support composer dependency.

Also, the Validator alias was replaced with its facade. Aliases can be replaced or removed in the app configuration, therefore they should never be used in a library.