We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a53d9c2 + de0cd1a commit 5591086Copy full SHA for 5591086
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 2.0.3
4
+
5
+ * Add php 8 compatibility
6
7
## 2.0.2
8
9
* Fixed composer "provide" section to say that we provide `psr/http-client-implementation`
composer.json
@@ -9,7 +9,7 @@
}
10
],
11
"require": {
12
- "php": "^7.1",
+ "php": ">=7.1 ",
13
"nyholm/psr7": "^1.3",
14
"php-http/httplug": "^2.0",
15
"psr/http-client": "^1.0",
0 commit comments