File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
- Add visibility modifiers to class constants ([ #757 ] ( https://github.com/jsonrainbow/json-schema/pull/757 ) )
29
29
- Include PHP 8.4 in workflow ([ #765 ] ( https://github.com/jsonrainbow/json-schema/pull/765 ) )
30
30
- Add ` strict_types=1 ` to all classes in ./src ([ #758 ] ( https://github.com/jsonrainbow/json-schema/pull/758 ) )
31
+ - Raise minimum level of marc-mabe/php-enum ([ #766 ] ( https://github.com/jsonrainbow/json-schema/pull/766 ) )
31
32
32
33
## [ 6.0.0] - 2024-07-30
33
34
### Added
Original file line number Diff line number Diff line change 29
29
"require" : {
30
30
"php" : " ^7.2 || ^8.0" ,
31
31
"ext-json" : " *" ,
32
- "marc-mabe/php-enum" :" ^2.0 || ^3.0 || ^ 4.0" ,
32
+ "marc-mabe/php-enum" :" ^4.0" ,
33
33
"icecave/parity" : " ^3.0"
34
34
},
35
35
"require-dev" : {
You can’t perform that action at this time.
0 commit comments