Skip to content

Commit eff0038

Browse files
authored
Merge pull request #707 from ergebnis/dependabot/composer/ergebnis/json-normalizer-1.0.3
composer(deps): bump ergebnis/json-normalizer from 1.0.2 to 1.0.3
2 parents 55065d1 + d8c1d83 commit eff0038

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.13.2...main`][2.13.2...main].
9+
For a full diff see [`2.13.3...main`][2.13.3...main].
10+
11+
## [`2.13.3`][2.13.3]
12+
13+
For a full diff see [`2.13.2...2.13.3`][2.13.2...2.13.3].
14+
15+
### Fixed
16+
17+
* Required `ergebnis/json-normalizer:^1.0.3` which correctly sorts `composer-plugin-api` ([#707]), by [@dependabot]
1018

1119
## [`2.13.2`][2.13.2]
1220

@@ -553,6 +561,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
553561
[2.13.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.0
554562
[2.13.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.1
555563
[2.13.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.2
564+
[2.13.3]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.3
556565

557566
[81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0
558567
[0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0
@@ -606,7 +615,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
606615
[2.12.2...2.13.0]: https://github.com/ergebnis/composer-normalize/compare/2.12.2...2.13.0
607616
[2.13.0...2.13.1]: https://github.com/ergebnis/composer-normalize/compare/2.13.0...2.13.1
608617
[2.13.1...2.13.2]: https://github.com/ergebnis/composer-normalize/compare/2.13.1...2.13.2
609-
[2.13.2...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...main
618+
[2.13.2...2.13.3]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...2.13.3
619+
[2.13.3...main]: https://github.com/ergebnis/composer-normalize/compare/2.13.3...main
610620

611621
[#1]: https://github.com/ergebnis/composer-normalize/pull/1
612622
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
@@ -683,6 +693,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
683693
[#644]: https://github.com/ergebnis/composer-normalize/pull/644
684694
[#646]: https://github.com/ergebnis/composer-normalize/pull/646
685695
[#647]: https://github.com/ergebnis/composer-normalize/pull/647
696+
[#707]: https://github.com/ergebnis/composer-normalize/pull/707
686697

687698
[@core23]: https://github.com/core23
688699
[@dependabot]: https://github.com/dependabot

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^7.2 || ^8.0",
2121
"composer-plugin-api": "^1.1.0 || ^2.0.0",
22-
"ergebnis/json-normalizer": "^1.0.2",
22+
"ergebnis/json-normalizer": "^1.0.3",
2323
"ergebnis/json-printer": "^3.1.1",
2424
"justinrainbow/json-schema": "^5.2.10",
2525
"localheinz/diff": "^1.1.1"

composer.lock

Lines changed: 21 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)