diff --git a/README.md b/README.md index b3b1ebd..9ba283d 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Set minimum stability to dev Then ``` -composer require sc0vu/web3.php dev-master +composer require web3p/web3.php dev-master ``` Or you can add this line in composer.json ``` -"sc0vu/web3.php": "dev-master" +"web3p/web3.php": "dev-master" ``` @@ -217,7 +217,7 @@ If you are using docker as development machain, you can try [ethdock](https://gi 1. Clone the repo and install packages. ``` -git clone https://github.com/sc0Vu/web3.php.git && cd web3.php && composer install +git clone https://github.com/web3p/web3.php.git && cd web3.php && composer install ``` 2. Run test script. @@ -229,7 +229,7 @@ vendor/bin/phpunit 1. Clone the repo and run docker container. ``` -git clone https://github.com/sc0Vu/web3.php.git +git clone https://github.com/web3p/web3.php.git ``` 2. Copy web3.php to web3.php/docker/app directory and start container. diff --git a/composer.json b/composer.json index f6ea9d7..4cbc3f0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "sc0vu/web3.php", + "name": "web3p/web3.php", "description": "Ethereum web3 interface.", "type": "library", "license": "MIT", diff --git a/test/unit/EthApiTest.php b/test/unit/EthApiTest.php index 600fa61..0f600a2 100644 --- a/test/unit/EthApiTest.php +++ b/test/unit/EthApiTest.php @@ -439,7 +439,7 @@ class EthApiTest extends TestCase if ($err !== null) { return $this->assertTrue($err !== null); } - // weired behavior, see https://github.com/sc0Vu/web3.php/issues/16 + // weird behavior, see https://github.com/web3p/web3.php/issues/16 $this->assertTrue($block !== null); }); } diff --git a/test/unit/EthabiTest.php b/test/unit/EthabiTest.php index 08260a9..f350084 100644 --- a/test/unit/EthabiTest.php +++ b/test/unit/EthabiTest.php @@ -298,7 +298,7 @@ class EthabiTest extends TestCase /** * testIssue71 - * test 33 bytes and 128 bytes string, see: https://github.com/sc0Vu/web3.php/issues/71 + * test 33 bytes and 128 bytes string, see: https://github.com/web3p/web3.php/issues/71 * string generated from: https://www.lipsum.com/ * * @return void diff --git a/test/unit/UtilsTest.php b/test/unit/UtilsTest.php index fc6030d..246d4c9 100644 --- a/test/unit/UtilsTest.php +++ b/test/unit/UtilsTest.php @@ -55,7 +55,7 @@ class UtilsTest extends TestCase /** * testIssue112Json - * see: https://github.com/sc0Vu/web3.php/issues/112 + * see: https://github.com/web3p/web3.php/issues/112 * * @var string */