Skip to content

Commit

Permalink
Merge pull request #315 from ergebnis/feature/php83
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.3
  • Loading branch information
localheinz authored Nov 27, 2023
2 parents 2c19236 + dd07879 commit 1fa0dc5
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.0.0...main`][3.0.0...main].

### Added

- Added support for PHP 8.3 ([#315]), by [@localheinz]

## [`3.0.0`][3.0.0]

For a full diff see [`2.0.0...3.0.0`][2.0.0...3.0.0].
Expand Down Expand Up @@ -88,5 +92,6 @@ For a full diff see [`a5f2657...1.0.0`][a5f2657...1.0.0].
[#226]: https://github.com/ergebnis/data-provider/pull/226
[#230]: https://github.com/ergebnis/data-provider/pull/230
[#244]: https://github.com/ergebnis/data-provider/pull/244
[#315]: https://github.com/ergebnis/data-provider/pull/315

[@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": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.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 1fa0dc5

Please sign in to comment.