forked from loafle/openapi-generator-original
Merge remote-tracking branch 'swagger/master' into php-cleanup
This commit is contained in:
commit
bf259a8065
@ -35,7 +35,7 @@ public class PhpClientCodegen extends DefaultCodegen implements CodegenConfig {
|
|||||||
protected String composerVendorName = "swagger";
|
protected String composerVendorName = "swagger";
|
||||||
protected String composerProjectName = "swagger-client";
|
protected String composerProjectName = "swagger-client";
|
||||||
protected String packagePath = "SwaggerClient-php";
|
protected String packagePath = "SwaggerClient-php";
|
||||||
protected String artifactVersion = "1.0.0";
|
protected String artifactVersion = null;
|
||||||
protected String srcBasePath = "lib";
|
protected String srcBasePath = "lib";
|
||||||
protected String testBasePath = "test";
|
protected String testBasePath = "test";
|
||||||
protected String docsBasePath = "docs";
|
protected String docsBasePath = "docs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user