Skip to content

Commit

Permalink
Updating PHP SDK to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Pipeline committed Sep 7, 2022
1 parent aabcbce commit d7f96b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ [email protected]
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `1.0.1`
- Package version: `1.0.1`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "1.0.1",
"description": "PHP SDK for LODGEA",
"keywords": [
"lodgea",
Expand Down
3 changes: 2 additions & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/1.0.0/PHP';
protected $userAgent = 'OpenAPI-Generator/1.0.1/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -434,6 +434,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 1.0.1' . PHP_EOL;
$report .= ' SDK Package Version: 1.0.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit d7f96b0

Please sign in to comment.