Skip to content

Commit

Permalink
Merge pull request #274 from ergebnis/feature/php80
Browse files Browse the repository at this point in the history
Enhancement: Add support for PHP 8.0
  • Loading branch information
ergebnis-bot committed Nov 3, 2020
2 parents c5b7f47 + d58f5f4 commit ad77beb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ branches:
- "Tests (7.4, highest)"
- "Tests (7.4, locked)"
- "Tests (7.4, lowest)"
- "Tests (8.0, highest)"
- "Tests (8.0, locked)"
- "Tests (8.0, 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 @@ -196,6 +196,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"

dependencies:
- "lowest"
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.0.1...main`][2.0.1...main].
For a full diff see [`2.1.0...main`][2.1.0...main].

## [`2.1.0`][2.1.0]

For a full diff see [`2.0.1...2.1.0`][2.0.1...2.1.0].

### Added

* Added support for PHP 8.0 ([#274]), by [@localheinz]

## [`2.0.1`][2.0.1]

Expand Down Expand Up @@ -80,11 +88,13 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
[1.0.0]: https://github.com/ergebnis/http-method/releases/tag/1.0.0
[2.0.0]: https://github.com/ergebnis/http-method/releases/tag/2.0.0
[2.0.1]: https://github.com/ergebnis/http-method/releases/tag/2.0.1
[2.1.0]: https://github.com/ergebnis/http-method/releases/tag/2.1.0

[848192d...1.0.0]: https://github.com/ergebnis/http-method/compare/848192d...1.0.0
[1.0.0...2.0.0]: https://github.com/ergebnis/http-method/compare/1.0.0...2.0.0
[2.0.0...2.0.1]: https://github.com/ergebnis/http-method/compare/2.0.0...2.0.1
[2.0.1...main]: https://github.com/ergebnis/http-method/compare/2.0.1...main
[2.0.1...2.1.0]: https://github.com/ergebnis/http-method/compare/2.0.1...2.1.0
[2.1.0...main]: https://github.com/ergebnis/http-method/compare/2.1.0...main

[#5]: https://github.com/ergebnis/http-method/pull/5
[#7]: https://github.com/ergebnis/http-method/pull/7
Expand All @@ -103,6 +113,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
[#22]: https://github.com/ergebnis/http-method/pull/22
[#70]: https://github.com/ergebnis/http-method/pull/70
[#73]: https://github.com/ergebnis/http-method/pull/70
[#274]: https://github.com/ergebnis/http-method/pull/274

[@ergebnis]: https://github.com/ergebnis
[@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 @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.10.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 ad77beb

Please sign in to comment.