Skip to content

Commit

Permalink
[PHP client] Fix README.md template for php (OpenAPITools#1540)
Browse files Browse the repository at this point in the history
* Fix README.md template for php

* update php openapi3 samples
  • Loading branch information
okapon authored and wing328 committed Nov 26, 2018
1 parent 833749c commit 4190239
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -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"
}
],
Expand Down
Expand Up @@ -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"
}
],
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/php/OpenAPIClient-php/README.md
Expand Up @@ -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"
}
],
Expand Down
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 4190239

Please sign in to comment.