mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-26 12:28:43 +00:00
0d6268fde5
* Fixes * Backport PHP 7.4 support from 2.x Co-Authored-By: mlocati <michele@locati.it> * Added php-coveralls Co-authored-by: Michele Locati <michele@locati.it>
27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"name": "egulias/email-validator",
|
|
"description": "A library for validating emails",
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"keywords": ["email", "validation", "validator", "emailvalidation", "emailvalidator"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{"name": "Eduardo Gulias Davis"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"doctrine/lexer": "^1.0.1"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "^1.0.1",
|
|
"phpunit/phpunit": "^4.8.36|^7.5.15"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Egulias\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|