1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "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.1",
- "guzzlehttp/guzzle": "^6.3 | ^7.0",
- "kornrunner/secp256k1": "^0.1.2",
- "sc0vu/web3.php": "^0.1.4",
- "simplito/elliptic-php": "^1.0"
- },
- "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
- }
|