README.md
This commit is contained in:
parent
8765657975
commit
3223d66610
@ -6,6 +6,13 @@
|
|||||||
A php interface for interacting with the Ethereum blockchain and ecosystem.
|
A php interface for interacting with the Ethereum blockchain and ecosystem.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
Set minimum stability to dev
|
||||||
|
```
|
||||||
|
"minimum-stability": "dev"
|
||||||
|
```
|
||||||
|
|
||||||
|
Then
|
||||||
```
|
```
|
||||||
composer require sc0vu/web3.php dev-master
|
composer require sc0vu/web3.php dev-master
|
||||||
```
|
```
|
||||||
@ -13,7 +20,7 @@ composer require sc0vu/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"
|
"sc0vu/web3.php": "dev-master"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user