Skip to content

Commit 58b269c

Browse files
committed
Allow PHP 8
1 parent 1e9a170 commit 58b269c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ matrix:
5454
# Latest commit to master
5555
- php: 7.4
5656
env: STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
57+
- php: 8.0
58+
env: STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
5759

5860
allow_failures:
5961
# dev stability is allowed to fail.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
# 1.20.0 - to be released
6+
7+
- Support PHP 8.
8+
59
## 1.19.0 - 2020-10-21
610

711
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.2",
28+
"php": "^7.2 || ^8.0",
2929
"php-http/client-common": "^1.9 || ^2.0",
3030
"php-http/client-implementation": "^1.0",
3131
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)