diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4cb3eff --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "katzwebservices/standalone-phpenkoder", + "type": "package", + "description": "Uses PHP to encode email addresses so they can't be read by spambots. Encodes plaintext email addresses and wraps them in a mailto: link, and obfuscates any pre-existing mailto: links.", + "license": "Modified BSD", + "authors": [ + { + "name": "Jonathan Nicol", + "homepage": "http://jonathannicol.com" + } + ], + "require": { + "php": ">=5.2.0" + } +}