From f5f7fb3965cd4fa9606b901d498b3cb989728547 Mon Sep 17 00:00:00 2001 From: Micha Vie Date: Sat, 20 Apr 2024 13:38:41 +0200 Subject: [PATCH] update dep version constraints --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09a85da..15c548c 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ "require": { "php": "^8.1", "bitwasp/bech32": "^0.0.1", - "brick/math": "^0.11", + "brick/math": "^0.12", "kornrunner/keccak": "^1.1", - "illuminate/collections": "^9.0 || ^10.0", + "illuminate/collections": "^10.0 || ^11.0", "guzzlehttp/guzzle": "^7.5", - "nesbot/carbon": "^2.66" + "nesbot/carbon": "^2.66 || ^3.2" }, "require-dev": { "pestphp/pest": "^2.25",