Skip to content

Commit 7867066

Browse files
committed
fix(API-1875): Add symfony/options-resolver as dependency
#242
1 parent 0079876 commit 7867066

File tree

2 files changed

+433
-430
lines changed

2 files changed

+433
-430
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"psr/http-message-implementation": "^1.0",
2828
"php-http/httplug": "^2.0",
2929
"php-http/discovery": "^1.6",
30-
"php-http/multipart-stream-builder": "^1.0"
30+
"php-http/multipart-stream-builder": "^1.0",
31+
"symfony/options-resolver": "^5.4"
3132
},
3233
"require-dev": {
3334
"friendsofphp/php-cs-fixer": "^3.5",

0 commit comments

Comments
 (0)