Skip to content

Commit 3772314

Browse files
Raise minimum level php enum (#766)
* build: raise minimum level of marc-mabe/php-enum * docs: add changelog entry
1 parent b5c8c9e commit 3772314

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

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":"^2.0 || ^3.0 || ^4.0",
32+
"marc-mabe/php-enum":"^4.0",
3333
"icecave/parity": "^3.0"
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)