mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 15:28:28 +00:00
4505d2060a
* New home for all the tests. Fixed namespaces * small code improvement * Skipping tests failing only in Travis
37 lines
898 B
JSON
37 lines
898 B
JSON
{
|
|
"name": "egulias/email-validator",
|
|
"description": "A library for validating emails against several RFCs",
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
|
"type": "Library",
|
|
"keywords": ["email", "validation", "validator", "emailvalidation", "emailvalidator"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{"name": "Eduardo Gulias Davis"}
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/dominicsayers/isemail"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">= 5.5",
|
|
"doctrine/lexer": "^1.0.1"
|
|
},
|
|
"require-dev" : {
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"phpunit/phpunit": "^4.8.0",
|
|
"dominicsayers/isemail": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Egulias\\EmailValidator\\": "EmailValidator"
|
|
}
|
|
}
|
|
}
|