From 8deb99807d23582ed66d6d7fea03eaf8a1b7b261 Mon Sep 17 00:00:00 2001 From: Oleg Abrosimov Date: Sun, 10 Jul 2022 10:34:20 +0700 Subject: [PATCH 1/2] lastguest/murmurhash version update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41193ac70..973fbbcec 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php-64bit": ">=7.0", "pleonasm/merkle-tree": "1.0.0", "composer/semver": "^1.4.0|^3.2.0", - "lastguest/murmurhash": "v2.0.0", + "lastguest/murmurhash": "v2.1.1", "mdanter/ecc": "^0.5.0", "bitwasp/buffertools": "^0.5.0", "bitwasp/bech32": "^0.0.1" From 6fa3f35625ce504cf5a010a0558f91fa39b3d27c Mon Sep 17 00:00:00 2001 From: Oleg Abrosimov Date: Sun, 10 Jul 2022 10:55:52 +0700 Subject: [PATCH 2/2] php v8.0 and v8.1 added to travis test --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d12523885..26d93a7d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ php: - 7.1 - 7.2 - 7.3 + - 8.0 + - 8.1 env: - PHPUNIT=true PHPUNIT_EXT=true BITCOIN_VERSION="0.16.3" SECP256K1_COMMIT="cd329dbc3eaf096ae007e807b86b6f5947621ee3"