Skip to content

Commit 2db62a3

Browse files
authored
Merge pull request #1109 from ergebnis/feature/php84
Enhancement: Allow installation on PHP 8.4
2 parents 846ac3c + 715fd68 commit 2db62a3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`6.36.0...main`][6.36.0...main].
1010

11+
### Changed
12+
13+
- Allowed installation on PHP 8.4 ([#1109]), by [@localheinz]
14+
1115
## [`6.36.0`][6.36.0]
1216

1317
For a full diff see [`6.35.0...6.36.0`][6.35.0...6.36.0].
@@ -1750,6 +1754,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
17501754
[#1095]: https://github.com/ergebnis/php-cs-fixer-config/pull/1095
17511755
[#1102]: https://github.com/ergebnis/php-cs-fixer-config/pull/1102
17521756
[#1103]: https://github.com/ergebnis/php-cs-fixer-config/pull/1103
1757+
[#1109]: https://github.com/ergebnis/php-cs-fixer-config/pull/1109
17531758

17541759
[@dependabot]: https://github.com/apps/dependabot
17551760
[@linuxjuggler]: https://github.com/linuxjuggler

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md"
1818
},
1919
"require": {
20-
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
20+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2121
"ext-filter": "*",
2222
"erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0",
2323
"friendsofphp/php-cs-fixer": "~3.64.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)