From bffe4cfc8c6ff0dceb25f245d47caa5094556c2b Mon Sep 17 00:00:00 2001 From: Nanolucas Date: Wed, 30 Dec 2020 22:39:15 +0100 Subject: [PATCH] undo previous changes, using VCS package instead --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88388a2..c97e944 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ composer require sc0vu/web3.php dev-master Or you can add this line in composer.json ``` -"nanolucas/web3.php": "dev-master" +"sc0vu/web3.php": "dev-master" ``` diff --git a/composer.json b/composer.json index c1c72f9..6e51e8f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "nanolucas/web3.php", + "name": "sc0vu/web3.php", "description": "Ethereum web3 interface.", "type": "library", "license": "MIT",