File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- ## 5.0.0
10
+ ## v5.0.1
11
+
12
+ ### Fixed
13
+
14
+ - Allow ` egulias/email-validator:^2 `
15
+
16
+ ## v5.0.0
11
17
12
18
### Fixed
13
19
@@ -21,19 +27,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
27
22
28
- Drop support for PHP 7.2 and 7.3
23
29
24
- ## 4 .1.1
30
+ ## v4 .1.1
25
31
26
32
### Fixed
27
33
28
34
- Move ` ext-json ` to ` require ` section in ` composer.json `
29
35
30
- ## 4 .1.0
36
+ ## v4 .1.0
31
37
32
38
### Changed
33
39
34
40
- Improve error message when values can not be coerced into strings
35
41
36
- ## 4 .0.0
42
+ ## v4 .0.0
37
43
38
44
### Added
39
45
@@ -44,25 +50,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
50
- Rename ` Mixed ` class to ` MixedScalar ` because ` mixed ` is a reserved name in PHP 8.
45
51
The GraphQL name of the scalar is still ` Mixed ` so the schema does not change.
46
52
47
- ## 3 .1.0
53
+ ## v3 .1.0
48
54
49
55
### Added
50
56
51
57
- Support ` webonyx/graphql-php@^14.0.0 `
52
58
53
- ## 3 .0.2
59
+ ## v3 .0.2
54
60
55
61
### Changed
56
62
57
63
- Move util functions to class for better autoloading
58
64
59
- ## 3 .0.1
65
+ ## v3 .0.1
60
66
61
67
### Fixed
62
68
63
69
- Export only minimally needed files in distribution package
64
70
65
- ## 3 .0.0
71
+ ## v3 .0.0
66
72
67
73
### Changed
68
74
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " ^7.4 || ^8" ,
18
18
"ext-json" : " *" ,
19
- "egulias/email-validator" : " ^3" ,
19
+ "egulias/email-validator" : " ^2 || ^ 3" ,
20
20
"spatie/regex" : " ^1.4" ,
21
21
"thecodingmachine/safe" : " ^1.3" ,
22
22
"webonyx/graphql-php" : " ^0.13 || ^14"
You can’t perform that action at this time.
0 commit comments