From d1adeb0ee53370a257e4d702b61818dc34ca97a5 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Thu, 21 Nov 2024 22:14:45 +0100 Subject: [PATCH 1/2] build: raise minimum level of marc-mabe/php-enum --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 516fb8a8..df307fbc 100644 --- a/composer.json +++ b/composer.json @@ -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": { From d0894073cd91c033da5380899950451f78d34632 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Thu, 21 Nov 2024 22:15:53 +0100 Subject: [PATCH 2/2] docs: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7db619..7a70f319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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