Skip to content

Commit

Permalink
Merge pull request #1171 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 committed Sep 27, 2024
2 parents 97ac250 + 5dd24e6 commit 65bd73a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`4.5.0...main`][4.5.0...main].
### Changed

- Adjusted `Vendor\Composer\VersionConstraintNormalizer` to replace `x` and `X` wildcards with `*` ([#1052]), by [@fredden]
- Allowed installation on PHP 8.4 ([#1171]), by [@localheinz]

## [`4.5.0`][4.5.0]

Expand Down Expand Up @@ -701,6 +702,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[#1076]: https://github.com/ergebnis/json-normalizer/pull/1076
[#1077]: https://github.com/ergebnis/json-normalizer/pull/1077
[#1079]: https://github.com/ergebnis/json-normalizer/pull/1079
[#1171]: https://github.com/ergebnis/json-normalizer/pull/1171

[@alexis-saransig-lullabot]: https://github.com/alexis-saransig-lullabot
[@BackEndTea]: https://github.com/BackEndTea
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"security": "https://github.com/ergebnis/json-normalizer/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 65bd73a

Please sign in to comment.