Skip to content

Commit

Permalink
Merge pull request #610 from ergebnis/feature/php84
Browse files Browse the repository at this point in the history
Enhancement: Allow installation on PHP 8.4
  • Loading branch information
localheinz authored Sep 27, 2024
2 parents 991e21f + bfadfaf commit 728d98d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 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.2.0...main`][4.2.0...main].

### Changed

- Allowed installation on PHP 8.4 ([#610]), by [@localheinz]

## [`4.2.0`][4.2.0]

For a full diff see [`4.1.0...4.2.0`][4.1.0...4.2.0].
Expand Down Expand Up @@ -148,5 +152,6 @@ For a full diff see [`dcd4cfb...1.0.0`][dcd4cfb...1.0.0].
[#522]: https://github.com/ergebnis/json-schema-validator/pull/522
[#523]: https://github.com/ergebnis/json-schema-validator/pull/523
[#524]: https://github.com/ergebnis/json-schema-validator/pull/524
[#610]: https://github.com/ergebnis/json-schema-validator/pull/610

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"security": "https://github.com/ergebnis/json-schema-validator/blob/main/.github/SECURITY.md"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"ergebnis/json": "^1.2.0",
"ergebnis/json-pointer": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 728d98d

Please sign in to comment.