From ec45ac169d818eb19f21530aae64da4e31d8c0f2 Mon Sep 17 00:00:00 2001 From: Kendall Swarthout Date: Tue, 2 Dec 2025 16:28:53 -0800 Subject: [PATCH 1/2] Bump versions --- composer.json | 2 +- lib/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c4c949..6fc4829 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=8.1.0", - "workos/workos-php": "^v4.27.0" + "workos/workos-php": "^v4.29.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15 || ^3.6", diff --git a/lib/Version.php b/lib/Version.php index 12d28c8..73e9955 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -5,5 +5,5 @@ final class Version { public const SDK_IDENTIFIER = "WorkOS PHP Laravel"; - public const SDK_VERSION = '4.4.0'; + public const SDK_VERSION = '4.5.0'; } From 558914f6d516ab618005ea36de81f648b8a205da Mon Sep 17 00:00:00 2001 From: Kendall Swarthout Date: Tue, 2 Dec 2025 16:30:09 -0800 Subject: [PATCH 2/2] Remove sdk version --- lib/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 73e9955..12d28c8 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -5,5 +5,5 @@ final class Version { public const SDK_IDENTIFIER = "WorkOS PHP Laravel"; - public const SDK_VERSION = '4.5.0'; + public const SDK_VERSION = '4.4.0'; }