1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "iexbase/tron-api",
- "description": "A PHP API for interacting with Tron (Trx)",
- "license": "MIT",
- "type": "library",
- "homepage": "https://github.com/iexbase/tron-api",
- "authors": [
- {
- "name": "Shamsudin Serderov",
- "email": "steein.shamsudin@gmail.com"
- }
- ],
- "keywords": [
- "iexbase",
- "tron-lib",
- "tron-php",
- "tron-api",
- "tron-rest-api"
- ],
- "require": {
- "php": "^7.4",
- "comely-io/data-types": "^1.0",
- "guzzlehttp/guzzle": "^7.0",
- "iexbase/web3.php": "^2.0.1",
- "kornrunner/secp256k1": "^0.1.2",
- "simplito/elliptic-php": "^1.0",
- "ext-json": "*",
- "ext-bcmath": "*"
- },
- "require-dev": {
- "phpunit/phpunit": "^6.0"
- },
- "autoload": {
- "psr-4": {
- "IEXBase\\TronAPI\\": "src"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "IEXBase\\TronAPI\\Test\\": "tests"
- }
- },
- "config": {
- "sort-packages": true
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|