Skip to content

Commit

Permalink
Release version 5.1.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaran16 authored Nov 11, 2020
1 parent 8f1e4b6 commit 11cef53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Onfido API is used to submit check requests.
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- Package version: 5.0.2
- Package version: 5.1.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

## Requirements
Expand All @@ -25,7 +25,7 @@ To install the bindings via [Composer](http://getcomposer.org/), add the followi
}
],
"require": {
"onfido/api-php-client": "^5.0.2"
"onfido/api-php-client": "^5.1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onfido/api-php-client",
"version": "5.0.2",
"version": "5.1.0",
"description": "The Onfido API is used to submit check requests.",
"keywords": [
"openapitools",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/5.0.2/PHP';
protected $userAgent = 'OpenAPI-Generator/5.1.0/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -397,7 +397,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: 3.0.0' . PHP_EOL;
$report .= ' SDK Package Version: 5.0.2' . PHP_EOL;
$report .= ' SDK Package Version: 5.1.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 11cef53

Please sign in to comment.