Skip to content

Commit

Permalink
Support PHP8+
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenguoz committed Feb 8, 2023
1 parent 45b01d8 commit b59fe52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A PHP API for interacting with the Tron Protocol
## Install

```bash
> composer require iexbase/tron-api --ignore-platform-reqs
> composer require fenguoz/tron-api --ignore-platform-reqs
```
## Requirements

Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "iexbase/tron-api",
"name": "fenguoz/tron-api",
"description": "A PHP API for interacting with Tron (Trx)",
"license": "MIT",
"type": "library",
"homepage": "https://github.com/iexbase/tron-api",
"homepage": "https://github.com/fenguoz/tron-api",
"authors": [
{
"name": "Shamsudin Serderov",
"email": "[email protected]"
}
],
"keywords": [
"iexbase",
"tron-lib",
"tron-php",
"tron-api",
Expand All @@ -22,7 +21,7 @@
"php": ">=8.0",
"comely-io/data-types": "^1.0",
"guzzlehttp/guzzle": "^7.2",
"iexbase/web3.php": "^2.0.1",
"fenguoz/web3.php": "^1.0",
"kornrunner/secp256k1": "^0.2",
"simplito/elliptic-php": "^1.0",
"ext-json": "*",
Expand Down

0 comments on commit b59fe52

Please sign in to comment.