From 5894c6a618fdc65869d4e1f4e2be3913a01325cf Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 30 Aug 2022 15:05:53 +0300 Subject: [PATCH 1/3] Add support php8 and php8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d30bd43..ba13b3c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { - "php": "^7.4", + "php": ">=7.4", "comely-io/data-types": "^1.0", "guzzlehttp/guzzle": "^7.0", "iexbase/web3.php": "^2.0.1", From d2065ccd7cb27011597f57a2e1aa482b97103c05 Mon Sep 17 00:00:00 2001 From: Maxim Date: Tue, 30 Aug 2022 15:08:00 +0300 Subject: [PATCH 2/3] Add php8 and php8.1 for travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 727cfa2..be39aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: php php: - 7.4 + - 8.0 + - 8.1 matrix: fast_finish: true From d49d600fb8fb670add53230b8f96c3fd103f0cc3 Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 7 Dec 2022 13:05:14 +0200 Subject: [PATCH 3/3] change req to web3p/web3.php --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba13b3c..9b07feb 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": ">=7.4", "comely-io/data-types": "^1.0", "guzzlehttp/guzzle": "^7.0", - "iexbase/web3.php": "^2.0.1", + "web3p/web3.php": "^0.1.16", "kornrunner/secp256k1": "^0.1.2", "simplito/elliptic-php": "^1.0", "ext-json": "*",