summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 6c72ddb744011dc4a6cb448f566c167fa2b06e8d (plain)
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
{
    "name": "aziraphale/email-address-validator",
    "version": "2.0.1",
    "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
    "homepage": "https://github.com/aziraphale/email-address-validator",
    "license": "MIT",
    "authors": [
        {
            "name": "Dave Child",
            "email": "dave@addedbytes.com"
        },
        {
            "name": "Andrew Gillard",
            "email": "andrew@lorddeath.net"
        }
    ],
    "require": {},
    "autoload": {
        "psr-0": {
            "EmailAddressValidator": ""
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7"
    }
}