21 lines
595 B
JSON
21 lines
595 B
JSON
{
|
|
"name": "contractless/contractless-php-api",
|
|
"description": "HTTP API for the Contractless blockchain RPC network.",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-json": "*",
|
|
"contractless/contractless-php-rpc": "^1.0.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Required when LOCAL_CACHE=YES to retrieve IPFS metadata and media.",
|
|
"ext-gd": "Required when LOCAL_CACHE=YES to validate and resize NFT images."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Contractless\\Api\\": "src/"
|
|
}
|
|
}
|
|
}
|