Skip to content

Commit

Permalink
Add support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and localheinz committed Jul 3, 2020
1 parent a60aa63 commit 3619dd9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ branches:
- "Tests (7.4, 2, highest)"
- "Tests (7.4, 2, locked)"
- "Tests (7.4, 2, lowest)"
- "Tests (8.0, 1, highest)"
- "Tests (8.0, 1, locked)"
- "Tests (8.0, 1, lowest)"
- "Tests (8.0, 2, highest)"
- "Tests (8.0, 2, locked)"
- "Tests (8.0, 2, lowest)"
strict: false
restrictions:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

composer-version:
- "1"
Expand Down
8 changes: 7 additions & 1 deletion 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.5.1...main`][2.5.1...main].

### Added

* Added support for PHP 8.0 ([#465]), by [@core23]

## [`2.5.1`][2.5.1]

For a full diff see [`2.5.0...2.5.1`][2.5.0...2.5.1].
Expand Down Expand Up @@ -475,9 +479,11 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#420]: https://github.com/ergebnis/composer-normalize/pull/420
[#422]: https://github.com/ergebnis/composer-normalize/pull/422
[#424]: https://github.com/ergebnis/composer-normalize/pull/424
[#465]: https://github.com/ergebnis/composer-normalize/pull/465

[@ergebnis]: https://github.com/ergebnis
[@core23]: https://github.com/core23
[@ergebnis-bot]: https://github.com/ergebnis-bot
[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
[@svenluijten]: https://github.com/svenluijten
[@TravisCarden]: https://github.com/TravisCarden
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"composer-plugin-api": "^1.1.0 || ^2.0.0",
"ergebnis/json-normalizer": "~0.12.0",
"ergebnis/json-printer": "^3.0.2",
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 3619dd9

Please sign in to comment.