Skip to content

Commit

Permalink
Merge 209b6cc into 7d4aea0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 21, 2022
2 parents 7d4aea0 + 209b6cc commit 4b1d664
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`3.0.0...main`][3.0.0...main].

### Changed

- Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz]

## [`3.0.0`][3.0.0]

For a full diff see [`2.2.0...3.0.0`][2.2.0...3.0.0].
Expand Down Expand Up @@ -497,6 +501,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#669]: https://github.com/ergebnis/json-normalizer/pull/669
[#672]: https://github.com/ergebnis/json-normalizer/pull/672
[#673]: https://github.com/ergebnis/json-normalizer/pull/673
[#697]: https://github.com/ergebnis/json-normalizer/pull/697

[@BackEndTea]: https://github.com/BackEndTea
[@dependabot]: https://github.com/dependabot
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ergebnis/json-pointer": "^2.1.0",
"ergebnis/json-pointer": "^3.0.0",
"ergebnis/json-printer": "^3.2.0",
"ergebnis/json-schema-validator": "^3.0.0",
"ergebnis/json-schema-validator": "^3.1.0",
"justinrainbow/json-schema": "^5.2.11"
},
"require-dev": {
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

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

0 comments on commit 4b1d664

Please sign in to comment.