Skip to content

Commit

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

composer(deps): bump ergebnis/json-normalizer from 1.0.2 to 1.0.3
  • Loading branch information
ergebnis-bot committed Mar 6, 2021
2 parents 55065d1 + d8c1d83 commit eff0038
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 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.13.2...main`][2.13.2...main].
For a full diff see [`2.13.3...main`][2.13.3...main].

## [`2.13.3`][2.13.3]

For a full diff see [`2.13.2...2.13.3`][2.13.2...2.13.3].

### Fixed

* Required `ergebnis/json-normalizer:^1.0.3` which correctly sorts `composer-plugin-api` ([#707]), by [@dependabot]

## [`2.13.2`][2.13.2]

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

[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 @@ -606,7 +615,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.12.2...2.13.0]: https://github.com/ergebnis/composer-normalize/compare/2.12.2...2.13.0
[2.13.0...2.13.1]: https://github.com/ergebnis/composer-normalize/compare/2.13.0...2.13.1
[2.13.1...2.13.2]: https://github.com/ergebnis/composer-normalize/compare/2.13.1...2.13.2
[2.13.2...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...main
[2.13.2...2.13.3]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...2.13.3
[2.13.3...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.3...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down Expand Up @@ -683,6 +693,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#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
[#707]: https://github.com/ergebnis/composer-normalize/pull/707

[@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": "^1.1.0 || ^2.0.0",
"ergebnis/json-normalizer": "^1.0.2",
"ergebnis/json-normalizer": "^1.0.3",
"ergebnis/json-printer": "^3.1.1",
"justinrainbow/json-schema": "^5.2.10",
"localheinz/diff": "^1.1.1"
Expand Down
30 changes: 21 additions & 9 deletions composer.lock

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

0 comments on commit eff0038

Please sign in to comment.