forked from loafle/openapi-generator-original
[PHP client] Fix README.md template for php (#1540)
* Fix README.md template for php * update php openapi3 samples
This commit is contained in:
parent
bf2932d41c
commit
ce0253892c
@ -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"
|
||||
}
|
||||
],
|
||||
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user