Skip to content

Commit

Permalink
Composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyrouanet committed Apr 27, 2020
1 parent 6f39699 commit d0827e0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "lennyrouanet/email-validity-checker",
"description": "Check e-mail domain easily",
"license": "MIT",
"keywords": ["email check", "e-mail check", "email domain check", "e-mail domain check", "email domain check validity", "e-mail domain check validity"],
"authors": [
{
"name": "Lenny ROUANET",
"email": "lennyrouanet@users.noreply.github.com"
}
],
"require": {
"php": "^7.4"
},
"autoload": {
"psr-4": {
"LNY\\EmailValidityChecker\\": "src/EmailValidityChecker/"
}
}
}
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0827e0

Please sign in to comment.