File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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
2828- Add visibility modifiers to class constants ([ #757 ] ( https://github.com/jsonrainbow/json-schema/pull/757 ) )
2929- Include PHP 8.4 in workflow ([ #765 ] ( https://github.com/jsonrainbow/json-schema/pull/765 ) )
3030- 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 ) )
3132
3233## [ 6.0.0] - 2024-07-30
3334### Added
Original file line number Diff line number Diff line change 2929 "require" : {
3030 "php" : " ^7.2 || ^8.0" ,
3131 "ext-json" : " *" ,
32- "marc-mabe/php-enum" :" ^2.0 || ^3.0 || ^ 4.0" ,
32+ "marc-mabe/php-enum" :" ^4.0" ,
3333 "icecave/parity" : " ^3.0"
3434 },
3535 "require-dev" : {
You can’t perform that action at this time.
0 commit comments