Skip to content

Commit

Permalink
Raise minimum level php enum (#766)
Browse files Browse the repository at this point in the history
* build: raise minimum level of marc-mabe/php-enum

* docs: add changelog entry
  • Loading branch information
DannyvdSluijs authored Nov 21, 2024
1 parent b5c8c9e commit 3772314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add visibility modifiers to class constants ([#757](https://github.com/jsonrainbow/json-schema/pull/757))
- Include PHP 8.4 in workflow ([#765](https://github.com/jsonrainbow/json-schema/pull/765))
- Add `strict_types=1` to all classes in ./src ([#758](https://github.com/jsonrainbow/json-schema/pull/758))
- Raise minimum level of marc-mabe/php-enum ([#766](https://github.com/jsonrainbow/json-schema/pull/766))

## [6.0.0] - 2024-07-30
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-json": "*",
"marc-mabe/php-enum":"^2.0 || ^3.0 || ^4.0",
"marc-mabe/php-enum":"^4.0",
"icecave/parity": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 3772314

Please sign in to comment.