Skip to content

Commit

Permalink
Merge pull request #318 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 fe2372e + 400ff66 commit abcf852
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 [`1.2.0...main`][1.2.0...main].

### Changed

- Allowed installation of PHP 8.4 ([#318]), by [@localheinz]

## [`1.2.0`][1.2.0]

For a full diff see [`1.1.0...1.2.0`][1.1.0..1.2.0].
Expand Down Expand Up @@ -61,5 +65,6 @@ For a full diff see [`c020e6f...1.0.0`][c020e6f...1.0.0].
[#151]: https://github.com/ergebnis/json/pull/151
[#226]: https://github.com/ergebnis/json/pull/226
[#227]: https://github.com/ergebnis/json/pull/227
[#318]: https://github.com/ergebnis/json/pull/318

[@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 @@ -20,7 +20,7 @@
"security": "https://github.com/ergebnis/json/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": "*"
},
"require-dev": {
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 abcf852

Please sign in to comment.