Skip to content

Commit

Permalink
minor #12460 Use egulias/email-validator ^3.0 (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.10-dev branch.

Discussion
----------

Closes #12436. No major changes that would affect us.

Commits
-------

c4ff7c7 Use egulias/email-validator ^3.0
  • Loading branch information
pamil committed Mar 30, 2021
2 parents c09a877 + c4ff7c7 commit 724639d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"egulias/email-validator": "^3.0",
"fakerphp/faker": "^1.9",
"friendsofphp/proxy-manager-lts": "^1.0",
"friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require": {
"php": "^7.4",
"doctrine/doctrine-migrations-bundle": "^3.0",
"egulias/email-validator": "^2.1",
"egulias/email-validator": "^3.0",
"fzaninotto/faker": "^1.9",
"jms/serializer-bundle": "^3.5",
"knplabs/gaufrette": "^0.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CustomerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"require": {
"php": "^7.4",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"egulias/email-validator": "^3.0",
"sylius/customer": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require": {
"php": "^7.4",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"egulias/email-validator": "^3.0",
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
"sylius/mailer-bundle": "^1.4",
Expand Down

0 comments on commit 724639d

Please sign in to comment.