diff --git a/CHANGELOG.md b/CHANGELOG.md index dd27eff1..05f40aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ For a full diff see [`2.38.0...main`][2.38.0...main]. - Required `ergebnis/json:^1.1.0` ([#1191]), by [@localheinz] - Required `ergebnis/json-normalizer:^4.3.0` ([#1192]), by [@localheinz] +- Required `ergebnis/json-printer:^3.4.0` ([#1195]), by [@localheinz] ## [`2.38.0`][2.38.0] @@ -1152,6 +1153,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#1189]: https://github.com/ergebnis/composer-normalize/pull/1189 [#1191]: https://github.com/ergebnis/composer-normalize/pull/1191 [#1192]: https://github.com/ergebnis/composer-normalize/pull/1192 +[#1195]: https://github.com/ergebnis/composer-normalize/pull/1195 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot diff --git a/composer.json b/composer.json index e4b75e48..e5855d57 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "composer-plugin-api": "^2.0.0", "ergebnis/json": "^1.1.0", "ergebnis/json-normalizer": "^4.3.0", - "ergebnis/json-printer": "^3.3.0", + "ergebnis/json-printer": "^3.4.0", "justinrainbow/json-schema": "^5.2.12", "localheinz/diff": "^1.1.1" }, diff --git a/composer.lock b/composer.lock index e71844fc..9d5bac78 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1eaebccd02f55147e675fa1a58351429", + "content-hash": "8c6be9ead80f67e3661ede0004624596", "packages": [ { "name": "ergebnis/json", @@ -6865,5 +6865,5 @@ "platform-overrides": { "php": "8.1.20" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }