Skip to content

Commit 959ea0a

Browse files
Edited package name
1 parent 90632ba commit 959ea0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following to your composer.json file:
1717

1818
```
1919
"require": {
20-
"mailboxvalidator/email-validation": "1.0.*"
20+
"MailboxValidator/mailboxvalidator-php": "1.0.*"
2121
}
2222
```
2323

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "mailboxvalidator/email-validation",
2+
"name": "MailboxValidator/mailboxvalidator-php",
33
"description": "Validate an email address using the MailboxValidator API",
4+
"type": "library",
45
"license": "LGPL-3.0",
56
"keywords": ["mailboxvalidator","email validation"],
67
"authors": [

0 commit comments

Comments
 (0)