Skip to content

Commit

Permalink
Make the PHP library available on packagist.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Spir committed Mar 21, 2016
1 parent 21d638f commit e300ee6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"name": "fgribreau/mailchecker",
"description": "Temporary (disposable/throwaway) email detection library. Covers 1987 fake email providers.",
"keywords": ["fake", "email", "detection"],
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "5.0.*"
},
"autoload": {
"classmap": ["platform/php/MailChecker.php"]
}
}

0 comments on commit e300ee6

Please sign in to comment.