From 6cdbc9dfb30248ea246b4df5b753a9591c4bd8aa Mon Sep 17 00:00:00 2001 From: Grant Millar Date: Wed, 18 Oct 2023 15:44:26 +0200 Subject: [PATCH] Update dependencies based on symbol usage Signed-off-by: Grant Millar --- composer.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6bc8e9ff..d8a00cc0 100644 --- a/composer.json +++ b/composer.json @@ -26,15 +26,22 @@ ], "require": { "php": ">=8.1", - "ext-json": "*", "ext-mbstring": "*", - "jane-php/open-api-runtime": "^7.4", + "jane-php/json-schema-runtime": "^7.5", + "jane-php/open-api-runtime": "^7.5", + "php-http/client-common": "^2.7", + "php-http/discovery": "^1.19", + "php-http/multipart-stream-builder": "^1.3", "psr/http-client": "^1.0", - "psr/http-client-implementation": "*", "psr/http-factory": "^1.0", + "psr/http-message": "^2.0", + "psr/http-client-implementation": "*", "psr/http-factory-implementation": "*", - "psr/http-message": "^1.0 || ^2.0", - "psr/http-message-implementation": "*" + "psr/http-message-implementation": "*", + "symfony/deprecation-contracts": "^3.3", + "symfony/options-resolver": "^6.3", + "symfony/serializer": "^6.3", + "symfony/validator": "^6.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8",