Skip to content

Commit

Permalink
Merge pull request #1109 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 846ac3c + 715fd68 commit 2db62a3
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 [`6.36.0...main`][6.36.0...main].

### Changed

- Allowed installation on PHP 8.4 ([#1109]), by [@localheinz]

## [`6.36.0`][6.36.0]

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

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"security": "https://github.com/ergebnis/php-cs-fixer-config/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-filter": "*",
"erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0",
"friendsofphp/php-cs-fixer": "~3.64.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 2db62a3

Please sign in to comment.