From 6189bd65b69b5db267525dcbf18a19801f2b49fa Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 26 Jan 2024 14:03:48 +0100 Subject: [PATCH] feat: bump dev-dependencies --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3e7e2755..5588b085 100644 --- a/composer.json +++ b/composer.json @@ -34,18 +34,18 @@ "ext-intl": "*", "cache/taggable-cache": "^1.1.0", "doctrine/coding-standard": "^9.0", - "doctrine/instantiator": "^1.4.0", - "florianv/exchanger": "^2.6.3", + "doctrine/instantiator": "^1.5.0 || ^2.0", + "florianv/exchanger": "^2.8.1", "florianv/swap": "^4.3.0", - "moneyphp/iso-currencies": "^3.2.1", - "moneyphp/crypto-currencies": "^1.0.0", - "php-http/message": "^1.11.0", - "php-http/mock-client": "^1.4.1", + "moneyphp/iso-currencies": "^3.4", + "moneyphp/crypto-currencies": "^1.1.0", + "php-http/message": "^1.16.0", + "php-http/mock-client": "^1.6.0", "phpbench/phpbench": "^1.2.5", "phpunit/phpunit": "^9.5.4", "psalm/plugin-phpunit": "^0.18.4", "psr/cache": "^1.0.1 || ^2.0 || ^3.0", - "vimeo/psalm": "~5.15.0" + "vimeo/psalm": "~5.20.0" }, "suggest": { "ext-gmp": "Calculate without integer limits",