diff --git a/composer.json b/composer.json index 3dd661d..92cf06e 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "ssoready/ssoready", - "version": "0.1.0", - "description": "Ssoready PHP Library", + "version": "0.1.1", + "description": "SSOReady PHP Library", "keywords": [ "ssoready", "api", @@ -21,12 +21,12 @@ }, "autoload": { "psr-4": { - "Ssoready\\": "src/" + "SSOReady\\": "src/" } }, "autoload-dev": { "psr-4": { - "\\Ssoready\\Tests\\": "tests/" + "\\SSOReady\\Tests\\": "tests/" } }, "scripts": { diff --git a/src/Core/Client/BaseApiRequest.php b/src/Core/Client/BaseApiRequest.php index b5ea9c4..9db02a7 100644 --- a/src/Core/Client/BaseApiRequest.php +++ b/src/Core/Client/BaseApiRequest.php @@ -1,6 +1,6 @@ "Bearer $apiKey", 'X-Fern-Language' => 'PHP', - 'X-Fern-SDK-Name' => 'Ssoready', - 'X-Fern-SDK-Version' => '0.1.0', + 'X-Fern-SDK-Name' => 'SSOReady', + 'X-Fern-SDK-Version' => '0.1.1', ]; $this->options = $options ?? []; diff --git a/src/Types/CreateOrganizationResponse.php b/src/Types/CreateOrganizationResponse.php index 6015e15..01d412e 100644 --- a/src/Types/CreateOrganizationResponse.php +++ b/src/Types/CreateOrganizationResponse.php @@ -1,9 +1,9 @@