From 3ccd637ad15cb86d0627394d7692868451c0d302 Mon Sep 17 00:00:00 2001 From: Mehmet Ali Sepici Date: Thu, 12 Sep 2024 11:02:53 +0300 Subject: [PATCH] updated test versions --- README.md | 4 ++-- src/Constants.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f35b579..49577e1f 100755 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ Add the Yoti SDK dependency: ```json "require": { - "yoti/yoti-php-sdk" : "^4.3.0" + "yoti/yoti-php-sdk" : "^4.3.1" } ``` Or run this Composer command ```console -$ composer require yoti/yoti-php-sdk "^4.3.0" +$ composer require yoti/yoti-php-sdk "^4.3.1" ``` ## Setup diff --git a/src/Constants.php b/src/Constants.php index b1cb4499..ac625f8f 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -31,7 +31,7 @@ class Constants public const SDK_IDENTIFIER = 'PHP'; /** Default SDK version */ - public const SDK_VERSION = '4.3.0'; + public const SDK_VERSION = '4.3.1'; /** Base url for connect page (user will be redirected to this page eg. baseurl/app-id) */ public const CONNECT_BASE_URL = 'https://www.yoti.com/connect';