Skip to content

Commit ad77beb

Browse files
authored
Merge pull request #274 from ergebnis/feature/php80
Enhancement: Add support for PHP 8.0
2 parents c5b7f47 + d58f5f4 commit ad77beb

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github/settings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ branches:
2626
- "Tests (7.4, highest)"
2727
- "Tests (7.4, locked)"
2828
- "Tests (7.4, lowest)"
29+
- "Tests (8.0, highest)"
30+
- "Tests (8.0, locked)"
31+
- "Tests (8.0, lowest)"
2932
strict: false
3033
restrictions:
3134

.github/workflows/integrate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
- "7.2"
197197
- "7.3"
198198
- "7.4"
199+
- "8.0"
199200

200201
dependencies:
201202
- "lowest"

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.0.1...main`][2.0.1...main].
9+
For a full diff see [`2.1.0...main`][2.1.0...main].
10+
11+
## [`2.1.0`][2.1.0]
12+
13+
For a full diff see [`2.0.1...2.1.0`][2.0.1...2.1.0].
14+
15+
### Added
16+
17+
* Added support for PHP 8.0 ([#274]), by [@localheinz]
1018

1119
## [`2.0.1`][2.0.1]
1220

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

8493
[848192d...1.0.0]: https://github.com/ergebnis/http-method/compare/848192d...1.0.0
8594
[1.0.0...2.0.0]: https://github.com/ergebnis/http-method/compare/1.0.0...2.0.0
8695
[2.0.0...2.0.1]: https://github.com/ergebnis/http-method/compare/2.0.0...2.0.1
87-
[2.0.1...main]: https://github.com/ergebnis/http-method/compare/2.0.1...main
96+
[2.0.1...2.1.0]: https://github.com/ergebnis/http-method/compare/2.0.1...2.1.0
97+
[2.1.0...main]: https://github.com/ergebnis/http-method/compare/2.1.0...main
8898

8999
[#5]: https://github.com/ergebnis/http-method/pull/5
90100
[#7]: https://github.com/ergebnis/http-method/pull/7
@@ -103,6 +113,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
103113
[#22]: https://github.com/ergebnis/http-method/pull/22
104114
[#70]: https://github.com/ergebnis/http-method/pull/70
105115
[#73]: https://github.com/ergebnis/http-method/pull/70
116+
[#274]: https://github.com/ergebnis/http-method/pull/274
106117

107118
[@ergebnis]: https://github.com/ergebnis
108119
[@localheinz]: https://github.com/localheinz

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2"
19+
"php": "^7.2 || ^8.0"
2020
},
2121
"require-dev": {
2222
"ergebnis/composer-normalize": "^2.10.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)