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