Skip to content

Commit

Permalink
Update required php version
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed May 24, 2022
1 parent 3162c02 commit 172c184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
Run ```php composer.phar require denpa/php-bitcoinrpc``` in your project directory or add following lines to composer.json
```javascript
"require": {
"denpa/php-bitcoinrpc": "^2.1"
"denpa/php-bitcoinrpc": "^2.2"
}
```
and run ```php composer.phar install```.

## Requirements
PHP 8.0 or higher
_For PHP 5.6 and 7.0 use [php-bitcoinrpc v2.0.x](https://github.com/denpamusic/php-bitcoinrpc/tree/2.0.x)._
_For PHP 5.6 to 7.0 use [php-bitcoinrpc v2.0.x](https://github.com/denpamusic/php-bitcoinrpc/tree/2.0.x)._
_For PHP 7.0 to 7.4 use [php-bitcoinrpc v2.0.x](https://github.com/denpamusic/php-bitcoinrpc/tree/2.1.x)._

## Usage
Create new object with url as parameter
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 172c184

Please sign in to comment.