We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
egulias/email-validator:^4
1 parent d09f38e commit 24a4797Copy full SHA for 24a4797
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## Unreleased
11
12
+## v6.1.0
13
+
14
+### Added
15
16
+- Support `egulias/email-validator:^4`
17
18
## v6.0.0
19
20
### Changed
composer.json
@@ -16,7 +16,7 @@
"require": {
"php": "^8",
"ext-json": "*",
- "egulias/email-validator": "^2.1.17 || ^3",
+ "egulias/email-validator": "^2.1.17 || ^3 || ^4",
"spatie/regex": "^1.4 || ^2 || ^3",
21
"thecodingmachine/safe": "^1.3 || ^2",
22
"webonyx/graphql-php": "^15"
0 commit comments