File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
Run ``` php composer.phar require denpa/php-bitcoinrpc ``` in your project directory or add following lines to composer.json
11
11
``` javascript
12
12
" require" : {
13
- " denpa/php-bitcoinrpc" : " ^2.1 "
13
+ " denpa/php-bitcoinrpc" : " ^2.2 "
14
14
}
15
15
```
16
16
and run ``` php composer.phar install ``` .
17
17
18
18
## Requirements
19
19
PHP 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 ) ._
21
22
22
23
## Usage
23
24
Create new object with url as parameter
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " >=7.1 " ,
16
+ "php" : " >=8.0 " ,
17
17
"guzzlehttp/guzzle" : " ^7.0"
18
18
},
19
19
"require-dev" : {
You can’t perform that action at this time.
0 commit comments