From c4ff7c78d156893af736b90cb3ad096eaa7ccd4c Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 19 Mar 2021 14:36:00 +0000 Subject: [PATCH] Use egulias/email-validator ^3.0 --- composer.json | 2 +- src/Sylius/Bundle/CoreBundle/composer.json | 2 +- src/Sylius/Bundle/CustomerBundle/composer.json | 2 +- src/Sylius/Bundle/UserBundle/composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1a26757dd18..b44aa00434b 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",