Skip to content

Commit

Permalink
Merge pull request #59 from Spir/patch-1
Browse files Browse the repository at this point in the history
Make the PHP library available on packagist.org
  • Loading branch information
FGRibreau committed Mar 21, 2016
2 parents 21d638f + e300ee6 commit 12b2b00
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 12b2b00

Please sign in to comment.