Skip to content

Commit 3b04a58

Browse files
emodricDannyvdSluijs
authored andcommitted
Update php-enum dependency version to ^4.4 (#854)
1 parent 3c25fe7 commit 3b04a58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Changed
10+
- Restricted `mark-mabe/php-enum` dependency to `^4.4` due to lower versions emitting a warning on PHP 8 ([#854](https://github.com/jsonrainbow/json-schema/pull/854))
911

1012
## [6.6.2] - 2025-11-28
1113
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": "^7.2 || ^8.0",
3131
"ext-json": "*",
32-
"marc-mabe/php-enum":"^4.0"
32+
"marc-mabe/php-enum":"^4.4"
3333
},
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "3.3.0",

0 commit comments

Comments
 (0)