File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## v5.4.0
11
+
12
+ ### Added
13
+
14
+ - Support ` spatie/regex ` versions 2 and 3
15
+
10
16
## v5.3.0
11
17
12
18
### Added
Original file line number Diff line number Diff line change 17
17
"php" : " ^7.4 || ^8" ,
18
18
"ext-json" : " *" ,
19
19
"egulias/email-validator" : " ^2.1.17 || ^3" ,
20
- "spatie/regex" : " ^1.4" ,
20
+ "spatie/regex" : " ^1.4 || ^2 || ^3 " ,
21
21
"thecodingmachine/safe" : " ^1.3 || ^2" ,
22
22
"webonyx/graphql-php" : " ^0.13.9 || ^14"
23
23
},
24
24
"require-dev" : {
25
25
"ergebnis/composer-normalize" : " ^2.16" ,
26
+ "friendsofphp/php-cs-fixer" : " 3.4.*" ,
26
27
"mll-lab/php-cs-fixer-config" : " ^4.3" ,
27
28
"phpstan/extension-installer" : " ^1" ,
28
29
"phpstan/phpstan" : " ^1" ,
29
30
"phpstan/phpstan-deprecation-rules" : " ^1" ,
30
31
"phpstan/phpstan-phpunit" : " ^1" ,
31
32
"phpstan/phpstan-strict-rules" : " ^1" ,
32
33
"phpunit/phpunit" : " ^9" ,
33
- "symfony/var-dumper" : " ^5.4" ,
34
+ "symfony/var-dumper" : " ^5.4 || ^6 " ,
34
35
"thecodingmachine/phpstan-safe-rule" : " ^1.1"
35
36
},
36
37
"autoload" : {
42
43
"psr-4" : {
43
44
"MLL\\ GraphQLScalars\\ Tests\\ " : " tests/"
44
45
}
46
+ },
47
+ "config" : {
48
+ "allow-plugins" : {
49
+ "ergebnis/composer-normalize" : true ,
50
+ "phpstan/extension-installer" : true
51
+ }
45
52
}
46
53
}
You can’t perform that action at this time.
0 commit comments