1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/php/composer.json

48 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"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"
}
}