Skip to content

Commit a587e5a

Browse files
Update composer.json
1 parent aab7bd5 commit a587e5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"php": ">=5.3",
2424
"symfony/symfony": "4.3.*",
2525
"symfony/validator": "4.3.*",
26-
"mailboxvalidator/mailboxvalidator-php": "1.1.*"
26+
"mailboxvalidator/mailboxvalidator-php": "2.0.*"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "7.5.*",
3030
"symfony/framework-bundle": "4.3.*",
3131
"symfony/validator": "4.3.*",
32-
"mailboxvalidator/mailboxvalidator-php": "1.1.*"
32+
"mailboxvalidator/mailboxvalidator-php": "2.0.*"
3333
},
3434
"autoload": {
3535
"psr-4": {
@@ -41,5 +41,5 @@
4141
"MailboxValidatorBundle\\Tests\\": "Tests/"
4242
}
4343
},
44-
"version": "1.0.0"
44+
"version": "2.0.0"
4545
}

0 commit comments

Comments
 (0)