Skip to content

Commit

Permalink
Merge pull request #1198 from tacman/patch-1
Browse files Browse the repository at this point in the history
allow jsonrainbow / json-schema version 6
  • Loading branch information
localheinz authored Dec 4, 2024
2 parents 7ec38cb + 4684d3e commit f9ddfb7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ jobs:
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"

- name: "Remove incompatible dependencies with composer"
if: "matrix.dependencies != 'locked'"
run: "composer remove infection/infection --ansi --dev --no-interaction --no-progress"

- name: "Remove platform configuration with composer"
if: "matrix.dependencies != 'locked'"
run: "composer config platform.php --ansi --unset"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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 [`4.7.0...main`][4.7.0...main].

### Changed

- Allowed installation of `justinrainbow/json-schema:^6.0.0` ([#1198]), by [@tacman]

## [`4.7.0`][4.7.0]

For a full diff see [`4.6.0...4.7.0`][4.6.0...4.7.0].
Expand Down Expand Up @@ -720,10 +724,12 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#1079]: https://github.com/ergebnis/json-normalizer/pull/1079
[#1171]: https://github.com/ergebnis/json-normalizer/pull/1171
[#1195]: https://github.com/ergebnis/json-normalizer/pull/1195
[#1198]: https://github.com/ergebnis/json-normalizer/pull/1198

[@alexis-saransig-lullabot]: https://github.com/alexis-saransig-lullabot
[@BackEndTea]: https://github.com/BackEndTea
[@dependabot]: https://github.com/dependabot
[@ergebnis]: https://github.com/ergebnis
[@fredden]: https://github.com/fredden
[@localheinz]: https://github.com/localheinz
[@tacman]: https://github.com/tacman
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ergebnis/json-pointer": "^3.4.0",
"ergebnis/json-printer": "^3.5.0",
"ergebnis/json-schema-validator": "^4.2.0",
"justinrainbow/json-schema": "^5.2.12"
"justinrainbow/json-schema": "^5.2.12 || ^6.0.0"
},
"require-dev": {
"composer/semver": "^3.4.3",
Expand Down
23 changes: 9 additions & 14 deletions composer.lock

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

0 comments on commit f9ddfb7

Please sign in to comment.