File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010Run ``` php composer.phar require denpa/php-bitcoinrpc ``` in your project directory or add following lines to composer.json
1111``` javascript
1212" require" : {
13- " denpa/php-bitcoinrpc" : " ^2.1 "
13+ " denpa/php-bitcoinrpc" : " ^2.2 "
1414}
1515```
1616and run ``` php composer.phar install ``` .
1717
1818## Requirements
1919PHP 8.0 or higher
20- _ For PHP 5.6 and 7.0 use [ php-bitcoinrpc v2.0.x] ( https://github.com/denpamusic/php-bitcoinrpc/tree/2.0.x ) ._
20+ _ For PHP 5.6 to 7.0 use [ php-bitcoinrpc v2.0.x] ( https://github.com/denpamusic/php-bitcoinrpc/tree/2.0.x ) ._
21+ _ For PHP 7.0 to 7.4 use [ php-bitcoinrpc v2.0.x] ( https://github.com/denpamusic/php-bitcoinrpc/tree/2.1.x ) ._
2122
2223## Usage
2324Create new object with url as parameter
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " >=7.1 " ,
16+ "php" : " >=8.0 " ,
1717 "guzzlehttp/guzzle" : " ^7.0"
1818 },
1919 "require-dev" : {
You can’t perform that action at this time.
0 commit comments