10000 Add support for psr/http-message ^2.0 - implements #130 · openai-php/client@d7a5e5b · GitHub
[go: up one dir, main page]

Skip to content

Commit d7a5e5b

Browse files
committed
Add support for psr/http-message ^2.0 - implements #130
1 parent 34e732f commit d7a5e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"psr/http-client": "^1.0.2",
2020
"psr/http-client-implementation": "^1.0.1",
2121
"psr/http-factory-implementation": "*",
22-
"psr/http-message": "^1.1.0"
22+
"psr/http-message": "^1.1.0|^2.0.0"
2323
},
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "^7.6.1",

0 commit comments

Comments
 (0)
0