Skip to content

Commit c33301b

Browse files
committed
Add dependencies based on composer-require-checker output
1 parent 8d064c1 commit c33301b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
],
2424
"require": {
2525
"php": ">=8.1",
26-
"jane-php/open-api-runtime": "^7.2"
26+
"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"
2732
},
2833
"require-dev": {
2934
"friendsofphp/php-cs-fixer": "^3.8",

0 commit comments

Comments
 (0)