Skip to content

Commit

Permalink
Merge pull request #646 from ergebnis/dependabot/composer/ergebnis/js…
Browse files Browse the repository at this point in the history
…on-normalizer-1.0.1

composer(deps): bump ergebnis/json-normalizer from 1.0.0 to 1.0.1
  • Loading branch information
ergebnis-bot authored Dec 30, 2020
2 parents 20058f9 + d010580 commit 111fc79
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1...main`][2.12.1...main].
For a full diff see [`2.12.2...main`][2.12.2...main].

## [`2.12.2`][2.12.2]

For a full diff see [`2.12.1...2.12.2`][2.12.1...2.12.2].

### Fixed

* Required `ergebnis/json-normalizer:^1.0.1` which ignores the `preferred-install` hash when sorting configuration hashes by key ([#646]), by [@dependabot]

## [`2.12.1`][2.12.1]

Expand Down Expand Up @@ -519,6 +527,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.11.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.11.0
[2.12.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.12.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

[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
Expand Down Expand Up @@ -568,7 +577,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.10.0...2.11.0]: https://github.com/ergebnis/composer-normalize/compare/2.10.0...2.11.0
[2.11.0...2.12.0]: https://github.com/ergebnis/composer-normalize/compare/2.11.0...2.12.0
[2.12.0...2.12.1]: https://github.com/ergebnis/composer-normalize/compare/2.12.0...2.12.1
[2.12.1...main]: https://github.com/ergebnis/composer-normalize/compare/2.12.1...main
[2.12.1...2.12.2]: https://github.com/ergebnis/composer-normalize/compare/2.12.1...2.12.2
[2.12.2...main]: https://github.com/ergebnis/composer-normalize/compare/2.12.2...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down Expand Up @@ -642,6 +652,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#640]: https://github.com/ergebnis/composer-normalize/pull/640
[#641]: https://github.com/ergebnis/composer-normalize/pull/641
[#643]: https://github.com/ergebnis/composer-normalize/pull/643
[#646]: https://github.com/ergebnis/composer-normalize/pull/646

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.2 || ^8.0",
"composer-plugin-api": "^2.0.0",
"ergebnis/json-normalizer": "^1.0.0",
"ergebnis/json-normalizer": "^1.0.1",
"ergebnis/json-printer": "^3.1.1",
"justinrainbow/json-schema": "^5.2.10",
"localheinz/diff": "^1.1.1"
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 111fc79

Please sign in to comment.