From f36df20caf201c92ea6d79aa9fa1ba971af790cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:27:29 +0000 Subject: [PATCH 1/2] composer(deps): Bump ergebnis/json-printer from 3.3.0 to 3.4.0 Bumps [ergebnis/json-printer](https://github.com/ergebnis/json-printer) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/ergebnis/json-printer/releases) - [Changelog](https://github.com/ergebnis/json-printer/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/json-printer/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: ergebnis/json-printer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } From b2ddbe7548afd49e842b3d77392775556ac4f7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 10 Oct 2023 17:40:24 +0200 Subject: [PATCH 2/2] Fix: Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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