We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e009f commit 9a5eefeCopy full SHA for 9a5eefe
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "yoti/yoti-php-sdk",
3
"description": "Yoti SDK for quickly integrating your PHP backend with Yoti",
4
- "version": "3.8.0",
+ "version": "3.9.0",
5
"keywords": [
6
"yoti",
7
"sdk"
src/Constants.php
@@ -25,7 +25,7 @@ class Constants
25
public const SDK_IDENTIFIER = 'PHP';
26
27
/** Default SDK version */
28
- public const SDK_VERSION = '3.8.0';
+ public const SDK_VERSION = '3.9.0';
29
30
/** Base url for connect page (user will be redirected to this page eg. baseurl/app-id) */
31
public const CONNECT_BASE_URL = 'https://www.yoti.com/connect';
0 commit comments