From 5ebaabab0c6b47898333d5d4421e3253ba43e5a4 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:38:01 +0100 Subject: [PATCH] Fixed package versions for compatibility with ramsey/uuid --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6307c0e..6607d34 100644 --- a/composer.json +++ b/composer.json @@ -35,14 +35,14 @@ } }, "require": { - "brick/money": "^0.9.0", + "brick/math": "^0.11.0", "codedungeon/php-cli-colors": "^1.12", "ext-bcmath": "*", "guzzlehttp/guzzle": "^7.4", "php-ds/php-ds": "^1.4", "simplito/elliptic-php": "^1.0.12", "simplito/bn-php": "^1.1.4", - "hardcastle/buffer": "^0.1.0" + "hardcastle/buffer": "^0.1.1" }, "require-dev": { "phpunit/phpunit": "^10.3.1",