Skip to content

Commit 172c184

Browse files
committed
Update required php version
1 parent 3162c02 commit 172c184

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
Run ```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
```
1616
and run ```php composer.phar install```.
1717

1818
## Requirements
1919
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)._
2122

2223
## Usage
2324
Create new object with url as parameter

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.1",
16+
"php": ">=8.0",
1717
"guzzlehttp/guzzle": "^7.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)