1{ 2 "name": "aziraphale/email-address-validator", 3 "version": "2.0.1", 4 "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!", 5 "homepage": "https://github.com/aziraphale/email-address-validator", 6 "license": "MIT", 7 "authors": [ 8 { 9 "name": "Dave Child", 10 "email": "dave@addedbytes.com" 11 }, 12 { 13 "name": "Andrew Gillard", 14 "email": "andrew@lorddeath.net" 15 } 16 ], 17 "require": {}, 18 "autoload": { 19 "psr-0": { 20 "EmailAddressValidator": "" 21 } 22 }, 23 "require-dev": { 24 "phpunit/phpunit": "^5.7" 25 } 26} 27