sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1017 B
40 lines
1017 B
7 years ago
|
{
|
||
|
"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": "^1.0.1",
|
||
|
"phpunit/phpunit": "^4.8.35",
|
||
|
"dominicsayers/isemail": "dev-master"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Egulias\\EmailValidator\\": "EmailValidator"
|
||
|
}
|
||
|
}
|
||
|
}
|