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.
11 lines
123 B
YAML
Generated
11 lines
123 B
YAML
Generated
path:
|
|
- ./src
|
|
- ./tests
|
|
jobs: 10
|
|
extensions:
|
|
- php
|
|
exclude:
|
|
- vendor
|
|
warning: true
|
|
memory-limit: -1
|
|
no-cache: true
|