Skip to content

Commit 5591086

Browse files
authored
Merge pull request #53 from upstreamable/php8
Add php 8 support.
2 parents a53d9c2 + de0cd1a commit 5591086

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.0.3
4+
5+
* Add php 8 compatibility
6+
37
## 2.0.2
48

59
* Fixed composer "provide" section to say that we provide `psr/http-client-implementation`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.1",
12+
"php": ">=7.1 ",
1313
"nyholm/psr7": "^1.3",
1414
"php-http/httplug": "^2.0",
1515
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)