Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 18, 2024
1 parent 5f60a8e commit 6efa696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "ssoready/ssoready",
"version": "0.1.1",
"version": "0.1.2",
"description": "SSOReady PHP Library",
"keywords": [
"ssoready",
Expand Down
4 changes: 2 additions & 2 deletions src/SsoreadyClient.php → src/SSOReadyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use SSOReady\Core\Client\RawClient;
use Exception;

class SsoreadyClient
class SSOReadyClient
{
/**
* @var SamlClient $saml
Expand Down Expand Up @@ -57,7 +57,7 @@ public function __construct(
'Authorization' => "Bearer $apiKey",
'X-Fern-Language' => 'PHP',
'X-Fern-SDK-Name' => 'SSOReady',
'X-Fern-SDK-Version' => '0.1.1',
'X-Fern-SDK-Version' => '0.1.2',
];

$this->options = $options ?? [];
Expand Down

0 comments on commit 6efa696

Please sign in to comment.