From ce0253892c3611e8bf8897ddc921e2f66ef872a8 Mon Sep 17 00:00:00 2001 From: Yuichi Okada Date: Mon, 26 Nov 2018 14:41:27 +0900 Subject: [PATCH] [PHP client] Fix README.md template for php (#1540) * Fix README.md template for php * update php openapi3 samples --- .../openapi-generator/src/main/resources/php/README.mustache | 2 +- .../petstore-security-test/php/OpenAPIClient-php/README.md | 2 +- samples/client/petstore/php/OpenAPIClient-php/README.md | 2 +- .../openapi3/client/petstore/php/OpenAPIClient-php/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/php/README.mustache b/modules/openapi-generator/src/main/resources/php/README.mustache index 4771537651b..a617b0547e0 100644 --- a/modules/openapi-generator/src/main/resources/php/README.mustache +++ b/modules/openapi-generator/src/main/resources/php/README.mustache @@ -30,7 +30,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi { "repositories": [ { - "type": "git", + "type": "vcs", "url": "https://github.com/{{#composerVendorName}}{{.}}{{/composerVendorName}}{{^composerVendorName}}{{gitUserId}}{{/composerVendorName}}/{{#composerProjectName}}{{.}}{{/composerProjectName}}{{^composerProjectName}}{{gitRepoId}}{{/composerProjectName}}.git" } ], diff --git a/samples/client/petstore-security-test/php/OpenAPIClient-php/README.md b/samples/client/petstore-security-test/php/OpenAPIClient-php/README.md index 72e324853a6..5322ee7822a 100644 --- a/samples/client/petstore-security-test/php/OpenAPIClient-php/README.md +++ b/samples/client/petstore-security-test/php/OpenAPIClient-php/README.md @@ -19,7 +19,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi { "repositories": [ { - "type": "git", + "type": "vcs", "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git" } ], diff --git a/samples/client/petstore/php/OpenAPIClient-php/README.md b/samples/client/petstore/php/OpenAPIClient-php/README.md index fc3d0e453e9..671d2522e7d 100644 --- a/samples/client/petstore/php/OpenAPIClient-php/README.md +++ b/samples/client/petstore/php/OpenAPIClient-php/README.md @@ -19,7 +19,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi { "repositories": [ { - "type": "git", + "type": "vcs", "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git" } ], diff --git a/samples/openapi3/client/petstore/php/OpenAPIClient-php/README.md b/samples/openapi3/client/petstore/php/OpenAPIClient-php/README.md index 6ab6d44eaa5..aff21d6c2a8 100644 --- a/samples/openapi3/client/petstore/php/OpenAPIClient-php/README.md +++ b/samples/openapi3/client/petstore/php/OpenAPIClient-php/README.md @@ -19,7 +19,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi { "repositories": [ { - "type": "git", + "type": "vcs", "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git" } ],