[PHP client] Fix README.md template for php (#1540)

* Fix README.md template for php

* update php openapi3 samples
This commit is contained in:
Yuichi Okada 2018-11-26 14:41:27 +09:00 committed by William Cheng
parent bf2932d41c
commit ce0253892c
4 changed files with 4 additions and 4 deletions

View File

@ -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"
}
],

View File

@ -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"
}
],

View File

@ -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"
}
],

View File

@ -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"
}
],