Skip to content

Commit 24a4797

Browse files
authored
Support egulias/email-validator:^4 (#26)
Resolves #25
1 parent d09f38e commit 24a4797

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
## v6.1.0
13+
14+
### Added
15+
16+
- Support `egulias/email-validator:^4`
17+
1218
## v6.0.0
1319

1420
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8",
1818
"ext-json": "*",
19-
"egulias/email-validator": "^2.1.17 || ^3",
19+
"egulias/email-validator": "^2.1.17 || ^3 || ^4",
2020
"spatie/regex": "^1.4 || ^2 || ^3",
2121
"thecodingmachine/safe": "^1.3 || ^2",
2222
"webonyx/graphql-php": "^15"

0 commit comments

Comments
 (0)