forked from lthn/blockchain
Introduces a new PHP client SDK generated via OpenAPI for the Lethean blockchain, including source code, models, API classes, documentation, tests, and configuration files. Updates Makefile to support PHP SDK generation and modifies php.json package configuration.
47 lines
1.1 KiB
JSON
Generated
47 lines
1.1 KiB
JSON
Generated
{
|
|
"name": "letheanvpn/blockchain",
|
|
"version": "6.0.1",
|
|
"description": "OpenAPI for Lethean Blockchain",
|
|
"keywords": [
|
|
"openapitools",
|
|
"openapi-generator",
|
|
"openapi",
|
|
"php",
|
|
"sdk",
|
|
"rest",
|
|
"api"
|
|
],
|
|
"homepage": "https://openapi-generator.tech",
|
|
"license": "unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI-Generator contributors",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^7.4.5",
|
|
"guzzlehttp/psr7": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.5",
|
|
"overtrue/phplint": "^9.0",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "lthn\\" : "src/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "lthn\\Test\\" : "tests/" }
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"@phplint"
|
|
],
|
|
"phplint": "phplint"
|
|
}
|
|
}
|