From 7a5c1ed8145a8bda41b6e0640b08c314d39d16cc Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Wed, 21 Apr 2021 15:49:33 +0200 Subject: [PATCH] Update mdanter/ecc to accept v1 and unblock php 8 upgrade mdanter/ecc v0.5 requires php ^7.0, the v1 handle php 8 and there is no breaking change Diff between v0.5.2 and v1.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41193ac70..4829eb69e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "pleonasm/merkle-tree": "1.0.0", "composer/semver": "^1.4.0|^3.2.0", "lastguest/murmurhash": "v2.0.0", - "mdanter/ecc": "^0.5.0", + "mdanter/ecc": "^0.5.0|^1.0.0", "bitwasp/buffertools": "^0.5.0", "bitwasp/bech32": "^0.0.1" },