Skip to content

Commit b6f9775

Browse files
committed
修改对应版本号
1 parent 18e5a0d commit b6f9775

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "authing-sdk/php",
33
"description": "authing-php-sdk",
44
"minimum-stability": "stable",
5-
"version": "4.1.9",
5+
"version": "4.1.10",
66
"require": {
77
"php": ">=5.4",
88
"ext-curl": "*",

src/Auth/AuthenticationClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ function getUserInfoByAccessToken(string $accessToken)
980980

981981
function getOidcHeaders()
982982
{
983-
$SDK_VERSION = "4.1.9";
983+
$SDK_VERSION = "4.1.10";
984984
return [
985985
'x-authing-sdk-version' => 'php:' . $SDK_VERSION,
986986
'x-authing-userpool-id' => (isset($this->options->userPoolId) ? $this->options->userPoolId : ""),

src/BaseClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class BaseClient
2121

2222
private $_type = "SDK";
2323

24-
private $_version = "php:4.1.9";
24+
private $_version = "php:4.1.10";
2525

2626
private $publicKey
2727
= <<<PUBLICKKEY

0 commit comments

Comments
 (0)