forked from ddtraceweb/smtp-validator-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 914 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ddtraceweb/smtp-validator-email",
"description": "Validate your email by smtp protocol",
"keywords": [
"validator email",
"smtp validator email",
"checkmx",
"validate email",
"check email smtp"
],
"type": "library",
"homepage": "http://www.traceweb.fr",
"license": "MIT",
"authors": [
{
"name": "David DJIAN",
"email": "[email protected]",
"homepage": "http://www.traceweb.fr"
},
{
"name": "Ruben Movsesyan",
"email": "[email protected]",
"homepage": "https://github.com/rubenCodeforges"
}
],
"require": {
"php": ">=5.3.3",
"symfony/config": "~2.6,>=2.6.3",
"symfony/yaml": "~2"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
"symfony/debug": "~2.6,>=2.6.3",
"symfony/var-dumper": "~2.6,>=2.6.3"
},
"autoload": {
"psr-0": {
"SmtpValidatorEmail": "lib/"
}
}
}