We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7b951 commit fa37c0fCopy full SHA for fa37c0f
README.md
@@ -11,7 +11,7 @@ composer require jobcloud/php-kafka-schema-registry-client
11
```
12
13
## Requirements
14
-- php: ^7.4|^8.0
+- php: ^8.0
15
16
## Supported API calls
17
Currently it supports:
composer.json
@@ -22,8 +22,8 @@
22
"require": {
23
"php": "^8.0",
24
"ext-json": "*",
25
- "psr/http-message": "^1.0.1",
26
- "psr/http-client": "^1.0.1"
+ "psr/http-client": "^1.0.1",
+ "psr/http-message": "^1.0.1 || ^2.0.0"
27
},
28
"require-dev": {
29
"infection/infection": "^0.26.6",
0 commit comments