From 1fdff2cbda9c99a892dee2f3a476e35bfc3a5761 Mon Sep 17 00:00:00 2001 From: Developer Team - emroc GmbH Date: Tue, 3 May 2022 19:38:37 +0000 Subject: [PATCH] introduce fork --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 673a69e..14972c2 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,13 @@ { - "name": "web3p/web3.php", + "name": "emroc/web3.php", "description": "Ethereum web3 interface.", "type": "library", "license": "MIT", "authors": [ + { + "name": "emroc GmbH", + "email": "hi@emroc.gmbh" + }, { "name": "sc0Vu", "email": "alk03073135@gmail.com"