Skip to content

Commit

Permalink
Enhancement: Allow installation on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 27, 2024
1 parent b6a9355 commit 5946f25
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 [`3.5.0...main`][3.5.0...main].

### Changed

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

## [`3.5.0`][3.5.0]

For a full diff see [`3.4.0...3.5.0`][3.4.0...3.5.0].
Expand Down Expand Up @@ -190,6 +194,7 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0].
[#682]: https://github.com/ergebnis/json-printer/pull/682
[#752]: https://github.com/ergebnis/json-printer/pull/752
[#753]: https://github.com/ergebnis/json-printer/pull/753
[#841]: https://github.com/ergebnis/json-printer/pull/841

[@ergebnis]: https://github.com/ergebnis
[@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-printer/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": "*",
"ext-mbstring": "*"
},
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 5946f25

Please sign in to comment.