Skip to content

Commit 3162c02

Browse files
committed
Update readme and license
1 parent 54036c6 commit 3162c02

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2017-2018 Netfleet Co. Ltd.
3+
Copyright (c) 2017-2022 denpamusic
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
[![Latest Stable Version](https://poser.pugx.org/denpa/php-bitcoinrpc/v/stable)](https://packagist.org/packages/denpa/php-bitcoinrpc)
44
[![License](https://poser.pugx.org/denpa/php-bitcoinrpc/license)](https://packagist.org/packages/denpa/php-bitcoinrpc)
5-
[![Build Status](https://travis-ci.org/denpamusic/php-bitcoinrpc.svg)](https://travis-ci.org/denpamusic/php-bitcoinrpc)
5+
[![ci](https://github.com/denpamusic/php-bitcoinrpc/actions/workflows/ci.yml/badge.svg)](https://github.com/denpamusic/php-bitcoinrpc/actions/workflows/ci.yml)
66
[![Code Climate](https://codeclimate.com/github/denpamusic/php-bitcoinrpc/badges/gpa.svg)](https://codeclimate.com/github/denpamusic/php-bitcoinrpc)
77
[![Code Coverage](https://codeclimate.com/github/denpamusic/php-bitcoinrpc/badges/coverage.svg)](https://codeclimate.com/github/denpamusic/php-bitcoinrpc/coverage)
8-
[![Join the chat at https://gitter.im/php-bitcoinrpc/Lobby](https://badges.gitter.im/php-bitcoinrpc/Lobby.svg)](https://gitter.im/php-bitcoinrpc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
98

109
## Installation
1110
Run ```php composer.phar require denpa/php-bitcoinrpc``` in your project directory or add following lines to composer.json
@@ -17,7 +16,7 @@ Run ```php composer.phar require denpa/php-bitcoinrpc``` in your project directo
1716
and run ```php composer.phar install```.
1817

1918
## Requirements
20-
PHP 7.1 or higher
19+
PHP 8.0 or higher
2120
_For PHP 5.6 and 7.0 use [php-bitcoinrpc v2.0.x](https://github.com/denpamusic/php-bitcoinrpc/tree/2.0.x)._
2221

2322
## Usage

0 commit comments

Comments
 (0)