Skip to content

Commit

Permalink
Merge pull request #195 from ergebnis/feature/json-pointer
Browse files Browse the repository at this point in the history
Enhancement: Require `ergebnis/json-pointer`
  • Loading branch information
localheinz committed Jan 28, 2022
2 parents 525053d + 8e2fc45 commit 05bb174
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
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 [`2.0.0...main`][2.0.0...main].

### Changed

- Required [`ergebnis/json-pointer`](https://github.com/ergebnis/json-pointer) ([#195]), by [@localheinz]

## [`2.0.0`][2.0.0]

For a full diff see [`1.0.0...2.0.0`][1.0.0...2.0.0].
Expand Down Expand Up @@ -66,5 +70,6 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].
[#167]: https://github.com/ergebnis/json-schema-validator/pull/167
[#169]: https://github.com/ergebnis/json-schema-validator/pull/169
[#172]: https://github.com/ergebnis/json-schema-validator/pull/172
[#195]: https://github.com/ergebnis/json-schema-validator/pull/195

[@localheinz]: https://github.com/localheinz
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -22,6 +22,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ergebnis/json-pointer": "^1.0.0",
"justinrainbow/json-schema": "^5.2.10"
},
"require-dev": {
Expand Down
71 changes: 70 additions & 1 deletion composer.lock

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

0 comments on commit 05bb174

Please sign in to comment.