Skip to content

Commit

Permalink
Merge pull request #290 from lyrixx/php-the-good-way
Browse files Browse the repository at this point in the history
Modernize en Optimize (A LOT) PHP platform
  • Loading branch information
FGRibreau authored Nov 26, 2020
2 parents 38606ec + 275bacc commit 94796c6
Show file tree
Hide file tree
Showing 7 changed files with 33,931 additions and 246 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "fgribreau/mailchecker",
"description": "Temporary (disposable/throwaway) email detection library. Covers 1987 fake email providers.",
"keywords": ["fake", "email", "detection"],
"keywords": ["fake", "email", "detection", "disposable"],
"license": "MIT",
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
Expand Down
Loading

0 comments on commit 94796c6

Please sign in to comment.