Update package to web3p/web3.php

This commit is contained in:
sc0Vu 2022-01-15 00:26:41 +08:00
parent fb94ea92c5
commit bd40f1946a
No known key found for this signature in database
GPG Key ID: E09CA121538DB508
5 changed files with 8 additions and 8 deletions

View File

@ -18,13 +18,13 @@ Set minimum stability to dev
Then Then
``` ```
composer require sc0vu/web3.php dev-master composer require web3p/web3.php dev-master
``` ```
Or you can add this line in composer.json 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. 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. 2. Run test script.
@ -229,7 +229,7 @@ vendor/bin/phpunit
1. Clone the repo and run docker container. 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. 2. Copy web3.php to web3.php/docker/app directory and start container.

View File

@ -1,5 +1,5 @@
{ {
"name": "sc0vu/web3.php", "name": "web3p/web3.php",
"description": "Ethereum web3 interface.", "description": "Ethereum web3 interface.",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",

View File

@ -439,7 +439,7 @@ class EthApiTest extends TestCase
if ($err !== null) { if ($err !== null) {
return $this->assertTrue($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); $this->assertTrue($block !== null);
}); });
} }

View File

@ -298,7 +298,7 @@ class EthabiTest extends TestCase
/** /**
* testIssue71 * 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/ * string generated from: https://www.lipsum.com/
* *
* @return void * @return void

View File

@ -55,7 +55,7 @@ class UtilsTest extends TestCase
/** /**
* testIssue112Json * testIssue112Json
* see: https://github.com/sc0Vu/web3.php/issues/112 * see: https://github.com/web3p/web3.php/issues/112
* *
* @var string * @var string
*/ */