Skip to content

Commit

Permalink
Support PHP8+
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenguoz committed Feb 9, 2023
1 parent 2af1172 commit e12b9d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
}
],
"require": {
"iexbase/tron-api": "^2.0 || ^3.0 || ^3.1",
"php": ">=8.0",
"fenguoz/web3.php": "^1.0",
"fenguoz/tron-api": "~1.1",
"ionux/phactor": "1.0.8",
"kornrunner/keccak": "^1.0"
"kornrunner/keccak": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^7.5"
"phpunit/phpunit": "~7.5 || ~9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e12b9d2

Please sign in to comment.