forked from loafle/openapi-generator-original
update php readme
This commit is contained in:
@@ -14,11 +14,11 @@ You can install the bindings via [Composer](http://getcomposer.org/). Add this t
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/YOUR_GITHUB_ID/{{packagePath}}.git"
|
||||
"url": "https://github.com/{{composerVendorName}}/{{composerProjectName}}.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"{{composerVendorName}}/{{composerPackageName}}": "*@dev"
|
||||
"{{composerVendorName}}/{{composerProjectName}}": "*@dev"
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -27,7 +27,7 @@ Then install via `composer install`
|
||||
|
||||
### Manual Installation
|
||||
|
||||
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the `{{packagePath}}.php` file.
|
||||
If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the `autoload.php` file.
|
||||
```php
|
||||
require_once('/path/to/{{packagePath}}/autoload.php');
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user