From afcf674ecad5984a011254e880a4bd3c70329312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 31 Dec 2020 10:42:41 +0100 Subject: [PATCH] Fix: Update ergebnis/json-normalizer --- CHANGELOG.md | 15 +++++++++++++-- composer.json | 2 +- composer.lock | 12 ++++++------ 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105a287c..8c85d337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`2.13.0...main`][2.13.0...main]. +For a full diff see [`2.13.1...main`][2.13.1...main]. + +## [`2.13.1`][2.13.1] + +For a full diff see [`2.12.2...2.13.0`][2.12.2...2.13.0]. + +### Fixed + +* Required `ergebnis/json-normalizer:^1.0.2` which ignores the `config.preferred-install` hash only instead of all properties with the name `preferred-install` ([#647]), by [@localheinz] ## [`2.13.0`][2.13.0] @@ -537,6 +545,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.12.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.12.1 [2.12.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.12.2 [2.13.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.0 +[2.13.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.1 [81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0 @@ -588,7 +597,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.12.0...2.12.1]: https://github.com/ergebnis/composer-normalize/compare/2.12.0...2.12.1 [2.12.1...2.12.2]: https://github.com/ergebnis/composer-normalize/compare/2.12.1...2.12.2 [2.12.2...2.13.0]: https://github.com/ergebnis/composer-normalize/compare/2.12.2...2.13.0 -[2.13.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.0...main +[2.13.0...2.13.1]: https://github.com/ergebnis/composer-normalize/compare/2.13.0...2.13.1 +[2.13.1...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.1...main [#1]: https://github.com/ergebnis/composer-normalize/pull/1 [#2]: https://github.com/ergebnis/composer-normalize/pull/2 @@ -664,6 +674,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#643]: https://github.com/ergebnis/composer-normalize/pull/643 [#644]: https://github.com/ergebnis/composer-normalize/pull/644 [#646]: https://github.com/ergebnis/composer-normalize/pull/646 +[#647]: https://github.com/ergebnis/composer-normalize/pull/647 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot diff --git a/composer.json b/composer.json index 2b6f8ff9..7a0c20f1 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.2 || ^8.0", "composer-plugin-api": "^1.1.0 || ^2.0.0", - "ergebnis/json-normalizer": "^1.0.1", + "ergebnis/json-normalizer": "^1.0.2", "ergebnis/json-printer": "^3.1.1", "justinrainbow/json-schema": "^5.2.10", "localheinz/diff": "^1.1.1" diff --git a/composer.lock b/composer.lock index 00c5005e..607f86c7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5375ae170144889749a1f1ab261fe051", + "content-hash": "2285ff11e6c6c3826c071a72097b3789", "packages": [ { "name": "ergebnis/json-normalizer", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "f80e5603ab425b49539951b0a684e138be6ee9a7" + "reference": "6da58f6b555959c07724181744664e732555d0be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/f80e5603ab425b49539951b0a684e138be6ee9a7", - "reference": "f80e5603ab425b49539951b0a684e138be6ee9a7", + "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/6da58f6b555959c07724181744664e732555d0be", + "reference": "6da58f6b555959c07724181744664e732555d0be", "shasum": "" }, "require": { @@ -74,7 +74,7 @@ "type": "github" } ], - "time": "2020-12-30T15:16:58+00:00" + "time": "2020-12-31T09:27:51+00:00" }, { "name": "ergebnis/json-printer",