mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 03:27:07 +00:00
[PHP client] Fix README.md template for php (#1540)
* Fix README.md template for php * update php openapi3 samples
This commit is contained in:
committed by
William Cheng
parent
bf2932d41c
commit
ce0253892c
@@ -30,7 +30,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi
|
|||||||
{
|
{
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "vcs",
|
||||||
"url": "https://github.com/{{#composerVendorName}}{{.}}{{/composerVendorName}}{{^composerVendorName}}{{gitUserId}}{{/composerVendorName}}/{{#composerProjectName}}{{.}}{{/composerProjectName}}{{^composerProjectName}}{{gitRepoId}}{{/composerProjectName}}.git"
|
"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": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "vcs",
|
||||||
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
"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": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "vcs",
|
||||||
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
"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": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "vcs",
|
||||||
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user