Skip to content

Commit ddff4df

Browse files
Merge pull request #3 from Muhammad235/master
Rename package to devmuhammad/company-email-validator and add keyword
2 parents 03ef752 + 4570d36 commit ddff4df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
2-
"name": "muhammad/company-email-validator",
2+
"name": "devmuhammad/company-email-validator",
33
"description": "A fast and efficient company/work email validator that checks if an email domain belongs to a free email provider.",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"php",
8+
"email validator",
9+
"company email validator",
10+
"business email validator",
11+
"work email validator",
12+
"email domain validator"
13+
],
614
"autoload": {
715
"psr-4": {
816
"Muhammad\\CompanyEmailValidator\\": "src/"

0 commit comments

Comments
 (0)