Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Nov 20, 2024
1 parent 33c2ef4 commit feaeab9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 129 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

105 changes: 0 additions & 105 deletions README.md

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

{
"name": "ssoready/ssoready",
"version": "0.1.2",
"version": "1.0.0",
"description": "SSOReady PHP Library",
"keywords": [
"ssoready",
"api",
"sdk"
],
"license": ["MIT"],
"license": [],
"require": {
"php": "^8.1",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/SSOReadyClient.php
Original file line number Diff line number Diff line change
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.2',
'X-Fern-SDK-Version' => '1.0.0',
];

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

0 comments on commit feaeab9

Please sign in to comment.