Merge pull request #2842 from mikolajprzybysz/allow-version-skip

[PHP] Allow version skip in composer.json
This commit is contained in:
wing328
2016-05-13 15:51:53 +08:00

View File

@@ -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";