mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-26 05:24:05 +00:00
* feat: simple/experimental generator for flight-php server framework * fix: update php-flight samples and add php-flight to integration tests * feat: adding path to method doc
7 lines
271 B
YAML
7 lines
271 B
YAML
generatorName: php-flight
|
|
outputDir: samples/server/petstore/php-flight
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/php-flight
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|