From 510578228b2ddc433d0eda6c5d6525bd16c8cee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:27:57 +0000 Subject: [PATCH] chore(deps): update web3p/web3.php requirement from ^0.1.6 to ^0.3.2 Updates the requirements on [web3p/web3.php](https://github.com/web3p/web3.php) to permit the latest version. - [Release notes](https://github.com/web3p/web3.php/releases) - [Commits](https://github.com/web3p/web3.php/compare/0.1.6...0.3.2) --- updated-dependencies: - dependency-name: web3p/web3.php dependency-version: 0.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09d193f..9e57d1c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "kornrunner/keccak": "^1.1", "spatie/laravel-package-tools": "^1.16", "web3p/ethereum-tx": "^0.4.3", - "web3p/web3.php": "^0.1.6" + "web3p/web3.php": "^0.3.2" }, "require-dev": { "larastan/larastan": "^3.0",