Skip to content

Commit 2e994a8

Browse files
authored
Merge pull request #1381 from ergebnis/feature/php84
Enhancement: Allow installation on PHP 8.4
2 parents c1d9a12 + 7a63461 commit 2e994a8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For a full diff see [`2.43.0...main`][2.43.0...main].
1111
### Changed
1212

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

1516
## [`2.43.0`][2.43.0]
1617

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

12471249
[@core23]: https://github.com/core23
12481250
[@dependabot]: https://github.com/dependabot

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"security": "https://github.com/ergebnis/composer-normalize/blob/main/.github/SECURITY.md"
2424
},
2525
"require": {
26-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
26+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2727
"ext-json": "*",
2828
"composer-plugin-api": "^2.0.0",
2929
"ergebnis/json": "^1.2.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)