We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90632ba commit 959ea0aCopy full SHA for 959ea0a
README.md
@@ -17,7 +17,7 @@ Add the following to your composer.json file:
17
18
```
19
"require": {
20
- "mailboxvalidator/email-validation": "1.0.*"
+ "MailboxValidator/mailboxvalidator-php": "1.0.*"
21
}
22
23
composer.json
@@ -1,6 +1,7 @@
1
{
2
- "name": "mailboxvalidator/email-validation",
+ "name": "MailboxValidator/mailboxvalidator-php",
3
"description": "Validate an email address using the MailboxValidator API",
4
+ "type": "library",
5
"license": "LGPL-3.0",
6
"keywords": ["mailboxvalidator","email validation"],
7
"authors": [
0 commit comments