Skip to content
Snippets Groups Projects
Verified Commit cb6948b1 authored by Katharina Drexel's avatar Katharina Drexel
Browse files

Fixing email-validator version.

parent 8fefa0f5
No related branches found
No related tags found
1 merge request!2New upstream version 8.83.18.
From: Katharina Drexel <katharina.drexel@bfh.ch>
Date: Tue, 12 Jul 2022 15:02:20 +0200
Subject: Package php-email-validator is newer than wanted version.
diff --git a/composer.json b/composer.json
index ea014010f..cd44baf68 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
"ext-openssl": "*",
"doctrine/inflector": "^1.4|^2.0",
"dragonmantank/cron-expression": "^3.0.2",
- "egulias/email-validator": "^2.1.10",
+ "egulias/email-validator": "^2.1.10|^3.2.1",
"laravel/serializable-closure": "^1.0",
"league/commonmark": "^1.3|^2.0.2",
"league/flysystem": "^1.1",
diff --git a/src/Illuminate/Validation/composer.json b/src/Illuminate/Validation/composer.json
index f4a0babc7..00286e46c 100755
--- a/src/Illuminate/Validation/composer.json
+++ b/src/Illuminate/Validation/composer.json
@@ -16,7 +16,7 @@
"require": {
"php": "^7.3|^8.0",
"ext-json": "*",
- "egulias/email-validator": "^2.1.10",
+ "egulias/email-validator": "^2.1.10|^3.2.1",
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
0001-Fix-email-validator-too-new.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment