Skip to content

Commit 0a3c757

Browse files
authored
Merge pull request #1060 from ergebnis/fix/json-normalizer
Fix: Update `ergebnis/json-normalizer`
2 parents 94d6319 + 5a4ed6d commit 0a3c757

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`2.30.0...main`][2.30.0...main].
1010

11+
### Fixed
12+
13+
- Required `ergebnis/json-normalizer:^4.0.1` ([#1060]), by [@localheinz]
14+
1115
## [`2.30.0`][2.30.0]
1216

1317
For a full diff see [`2.29.0...2.30.0`][2.29.0...2.30.0].
@@ -1008,6 +1012,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
10081012
[#1008]: https://github.com/ergebnis/composer-normalize/pull/1008
10091013
[#1020]: https://github.com/ergebnis/composer-normalize/pull/1020
10101014
[#1056]: https://github.com/ergebnis/composer-normalize/pull/1056
1015+
[#1060]: https://github.com/ergebnis/composer-normalize/pull/1060
10111016

10121017
[@core23]: https://github.com/core23
10131018
[@dependabot]: https://github.com/dependabot

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-json": "*",
2626
"composer-plugin-api": "^2.0.0",
2727
"ergebnis/json": "^1.0.1",
28-
"ergebnis/json-normalizer": "~4.0.0",
28+
"ergebnis/json-normalizer": "^4.0.1",
2929
"ergebnis/json-printer": "^3.3.0",
3030
"justinrainbow/json-schema": "^5.2.12",
3131
"localheinz/diff": "^1.1.1"

composer.lock

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

0 commit comments

Comments
 (0)