mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 01:16:11 +00:00
Merge remote-tracking branch 'swagger/master' into php-cleanup
This commit is contained in:
@@ -35,7 +35,7 @@ public class PhpClientCodegen extends DefaultCodegen implements CodegenConfig {
|
||||
protected String composerVendorName = "swagger";
|
||||
protected String composerProjectName = "swagger-client";
|
||||
protected String packagePath = "SwaggerClient-php";
|
||||
protected String artifactVersion = "1.0.0";
|
||||
protected String artifactVersion = null;
|
||||
protected String srcBasePath = "lib";
|
||||
protected String testBasePath = "test";
|
||||
protected String docsBasePath = "docs";
|
||||
|
||||
Reference in New Issue
Block a user