Skip to content

Commit 52192c8

Browse files
committed
v5.0.1
1 parent 2178684 commit 52192c8

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## 5.0.0
10+
## v5.0.1
11+
12+
### Fixed
13+
14+
- Allow `egulias/email-validator:^2`
15+
16+
## v5.0.0
1117

1218
### Fixed
1319

@@ -21,19 +27,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127

2228
- Drop support for PHP 7.2 and 7.3
2329

24-
## 4.1.1
30+
## v4.1.1
2531

2632
### Fixed
2733

2834
- Move `ext-json` to `require` section in `composer.json`
2935

30-
## 4.1.0
36+
## v4.1.0
3137

3238
### Changed
3339

3440
- Improve error message when values can not be coerced into strings
3541

36-
## 4.0.0
42+
## v4.0.0
3743

3844
### Added
3945

@@ -44,25 +50,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4450
- Rename `Mixed` class to `MixedScalar` because `mixed` is a reserved name in PHP 8.
4551
The GraphQL name of the scalar is still `Mixed` so the schema does not change.
4652

47-
## 3.1.0
53+
## v3.1.0
4854

4955
### Added
5056

5157
- Support `webonyx/graphql-php@^14.0.0`
5258

53-
## 3.0.2
59+
## v3.0.2
5460

5561
### Changed
5662

5763
- Move util functions to class for better autoloading
5864

59-
## 3.0.1
65+
## v3.0.1
6066

6167
### Fixed
6268

6369
- Export only minimally needed files in distribution package
6470

65-
## 3.0.0
71+
## v3.0.0
6672

6773
### Changed
6874

composer.json

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

0 commit comments

Comments
 (0)