From 3223d666106bcc64915ccb17aa27d8bb516f2a38 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Fri, 5 Jan 2018 15:46:56 +0800 Subject: [PATCH] README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b07dd4a..0758bf0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ A php interface for interacting with the Ethereum blockchain and ecosystem. # Install + +Set minimum stability to dev +``` +"minimum-stability": "dev" +``` + +Then ``` 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 ``` -"sc0vu/web3.php: "dev-master" +"sc0vu/web3.php": "dev-master" ```