Skip to content

Commit

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

composer(deps): bump ergebnis/json-normalizer from 0.14.0 to 1.0.0
  • Loading branch information
ergebnis-bot committed Dec 29, 2020
2 parents a5ab479 + b84856b commit 4a220a1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ For a full diff see [`2.11.0...2.12.0`][2.11.0...2.12.0].

* Started showing plugin and author name when running `composer normalize` ([#641]), by [@localheinz]

### Changed

* Required `ergebnis/json-normalizer:^1.0.0` which allows recursively sorting config hashes ([#634]), by [@dependabot]

### Fixed

* Required `composer/composer:2.0.8` for `composer-normalize.phar` ([#640]), by [@localheinz]
Expand Down Expand Up @@ -624,6 +628,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#597]: https://github.com/ergebnis/composer-normalize/pull/597
[#608]: https://github.com/ergebnis/composer-normalize/pull/608
[#615]: https://github.com/ergebnis/composer-normalize/pull/615
[#634]: https://github.com/ergebnis/composer-normalize/pull/634
[#640]: https://github.com/ergebnis/composer-normalize/pull/640
[#641]: https://github.com/ergebnis/composer-normalize/pull/641

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": "~0.14.0",
"ergebnis/json-normalizer": "^1.0.0",
"ergebnis/json-printer": "^3.1.1",
"justinrainbow/json-schema": "^5.2.10",
"localheinz/diff": "^1.1.1"
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

0 comments on commit 4a220a1

Please sign in to comment.