Skip to content

Commit e12b9d2

Browse files
committed
Support PHP8+
1 parent 2af1172 commit e12b9d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
}
1818
],
1919
"require": {
20-
"iexbase/tron-api": "^2.0 || ^3.0 || ^3.1",
20+
"php": ">=8.0",
21+
"fenguoz/web3.php": "^1.0",
22+
"fenguoz/tron-api": "~1.1",
2123
"ionux/phactor": "1.0.8",
22-
"kornrunner/keccak": "^1.0"
24+
"kornrunner/keccak": "~1.0"
2325
},
2426
"require-dev": {
25-
"phpunit/phpunit": "^5.7 || ^7.5"
27+
"phpunit/phpunit": "~7.5 || ~9.0"
2628
},
2729
"autoload": {
2830
"psr-4": {

0 commit comments

Comments
 (0)