Skip to content

Commit 6cdbc9d

Browse files
committed
Update dependencies based on symbol usage
Signed-off-by: Grant Millar <[email protected]>
1 parent 8a95e39 commit 6cdbc9d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,22 @@
2626
],
2727
"require": {
2828
"php": ">=8.1",
29-
"ext-json": "*",
3029
"ext-mbstring": "*",
31-
"jane-php/open-api-runtime": "^7.4",
30+
"jane-php/json-schema-runtime": "^7.5",
31+
"jane-php/open-api-runtime": "^7.5",
32+
"php-http/client-common": "^2.7",
33+
"php-http/discovery": "^1.19",
34+
"php-http/multipart-stream-builder": "^1.3",
3235
"psr/http-client": "^1.0",
33-
"psr/http-client-implementation": "*",
3436
"psr/http-factory": "^1.0",
37+
"psr/http-message": "^2.0",
38+
"psr/http-client-implementation": "*",
3539
"psr/http-factory-implementation": "*",
36-
"psr/http-message": "^1.0 || ^2.0",
37-
"psr/http-message-implementation": "*"
40+
"psr/http-message-implementation": "*",
41+
"symfony/deprecation-contracts": "^3.3",
42+
"symfony/options-resolver": "^6.3",
43+
"symfony/serializer": "^6.3",
44+
"symfony/validator": "^6.3"
3845
},
3946
"require-dev": {
4047
"friendsofphp/php-cs-fixer": "^3.8",

0 commit comments

Comments
 (0)