Skip to content

Commit

Permalink
Merge pull request #871 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 4b04000 + b63fcff commit cf33e03
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 [`2.4.0...main`][2.4.0...main].

## Added

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

## [`2.4.0`][2.4.0]

For a full diff see [`2.3.0...2.4.0`][2.3.0...2.4.0].
Expand Down Expand Up @@ -141,6 +145,7 @@ For a full diff see [`675601b...0.1.0`][675601b...0.1.0].
[#740]: https://github.com/ergebnis/license/pull/740
[#745]: https://github.com/ergebnis/license/pull/745
[#746]: https://github.com/ergebnis/license/pull/746
[#871]: https://github.com/ergebnis/license/pull/871

[@localheinz]: https://github.com/localheinz
[@oruborus]: https://github.com/oruborus
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"security": "https://github.com/ergebnis/license/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": "*"
},
"require-dev": {
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 cf33e03

Please sign in to comment.