Skip to content

Commit fa37c0f

Browse files
feat(CDH-457): allow psr/http-message ^2.0.0; (#27)
1 parent ee7b951 commit fa37c0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ composer require jobcloud/php-kafka-schema-registry-client
1111
```
1212

1313
## Requirements
14-
- php: ^7.4|^8.0
14+
- php: ^8.0
1515

1616
## Supported API calls
1717
Currently it supports:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"require": {
2323
"php": "^8.0",
2424
"ext-json": "*",
25-
"psr/http-message": "^1.0.1",
26-
"psr/http-client": "^1.0.1"
25+
"psr/http-client": "^1.0.1",
26+
"psr/http-message": "^1.0.1 || ^2.0.0"
2727
},
2828
"require-dev": {
2929
"infection/infection": "^0.26.6",

0 commit comments

Comments
 (0)