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 27, 2024
1 parent cdad5ca commit 57d210a
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 [`3.2.0...main`][3.2.0...main].

### Added

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

## [`3.2.0`][3.2.0]

For a full diff see [`3.1.0...3.2.0`][3.1.0...3.2.0].
Expand Down Expand Up @@ -111,5 +115,6 @@ For a full diff see [`a5f2657...1.0.0`][a5f2657...1.0.0].
[#315]: https://github.com/ergebnis/data-provider/pull/315
[#324]: https://github.com/ergebnis/data-provider/pull/324
[#325]: https://github.com/ergebnis/data-provider/pull/325
[#443]: https://github.com/ergebnis/data-provider/pull/443

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source": "https://github.com/ergebnis/data-provider"
},
"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",
"fakerphp/faker": "^1.21.0"
},
"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 57d210a

Please sign in to comment.