diff --git a/composer.json b/composer.json index bd6fd76e454..1f803b65964 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index cf5643a233c..d048262d80e 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -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", diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index 5510fab438e..23ab146ae89 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -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", diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index 2fe7cc3bec3..2d617a64eb8 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -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",