Skip to content

Commit

Permalink
feat(CDH-457): allow psr/http-message ^2.0.0; (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolatrajkovic994 authored Sep 24, 2024
1 parent ee7b951 commit fa37c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ composer require jobcloud/php-kafka-schema-registry-client
```

## Requirements
- php: ^7.4|^8.0
- php: ^8.0

## Supported API calls
Currently it supports:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"psr/http-message": "^1.0.1",
"psr/http-client": "^1.0.1"
"psr/http-client": "^1.0.1",
"psr/http-message": "^1.0.1 || ^2.0.0"
},
"require-dev": {
"infection/infection": "^0.26.6",
Expand Down

0 comments on commit fa37c0f

Please sign in to comment.