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 30, 2024
1 parent c1d9a12 commit 7a63461
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 [`2.43.0...main`][2.43.0...main].
### Changed

- Updated `schema.json` ([#1363]), by [@ergebnis-bot]
- Allowed installation on PHP 8.4 ([#1381]), by [@localheinz]

## [`2.43.0`][2.43.0]

Expand Down Expand Up @@ -1243,6 +1244,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#1312]: https://github.com/ergebnis/composer-normalize/pull/1312
[#1349]: https://github.com/ergebnis/composer-normalize/pull/1349
[#1363]: https://github.com/ergebnis/composer-normalize/pull/1363
[#1381]: https://github.com/ergebnis/composer-normalize/pull/1381

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"security": "https://github.com/ergebnis/composer-normalize/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": "*",
"composer-plugin-api": "^2.0.0",
"ergebnis/json": "^1.2.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 7a63461

Please sign in to comment.