{
	"name": "block-chen/blocksdk-php",
	"description": "Pure (no dependencies) implementation of blocksdk", 
	"keywords": ["blocksdk","blockchen","sdk","bitcoin","polygon","polygon","ethereum","klaytn"],
	"type": "library",
	"license":"Apache-2.0",
	"authors": [
	{
		"name": "BlockChain SDK Service",
		"homepage": "https://blocksdk.com" 
	}
	], 
	"support": {
        "issues": "https://github.com/Block-Chen/blocksdk-php/issues"
    },
	"homepage": "https://github.com/Block-Chen/blocksdk-php",
	"license": "Apache-2.0",
	"autoload": {
		"psr-4": {
			"BlockSDK\\": "src/"
		},
		"files": ["src/base.php","src/blocksdk.php","src/ethereum.php","src/polygon.php","src/klaytn.php","src/binancesmart.php","src/avalanche.php","src/ethereumclassic.php","src/solc.php"]
	},
    "require": {
        "php": ">=7.0",
        "ext-json": "*"
    },
	"require-dev": {
		"ext-openssl": "*",
		"phpunit/phpunit": "^5.4.0",
		"squizlabs/php_codesniffer": "^2.0.0"
	},
    "suggest": {
        "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
        "ext-curl": "To send requests using cURL"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    }	
}
