We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d064c1 commit c33301bCopy full SHA for c33301b
composer.json
@@ -23,7 +23,12 @@
23
],
24
"require": {
25
"php": ">=8.1",
26
- "jane-php/open-api-runtime": "^7.2"
+ "ext-json": "*",
27
+ "ext-mbstring": "*",
28
+ "jane-php/open-api-runtime": "^7.2",
29
+ "psr/http-client": "^1.0",
30
+ "psr/http-factory": "^1.0",
31
+ "psr/http-message": "^1.0"
32
},
33
"require-dev": {
34
"friendsofphp/php-cs-fixer": "^3.8",
0 commit comments