From cc81890c5260d3e264c08639affa5250a9c04a2b Mon Sep 17 00:00:00 2001 From: Adam Wolfman <47123183+awolfden@users.noreply.github.com> Date: Wed, 13 Apr 2022 12:16:18 -0600 Subject: [PATCH] Update Laravel SDK for PHP v1.9.0 (#31) * Update PHP SDK version requirement to 1.9.0 * Update version of Laravel SDK to 1.5.0 * Add new line at the end of composer.json Co-authored-by: Adam Wolfman --- composer.json | 2 +- lib/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ad44007..cc12f7b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">=5.6.0", "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "workos/workos-php": "^1.8.0" + "workos/workos-php": "^1.9.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15 || ^3.6", diff --git a/lib/Version.php b/lib/Version.php index 2e953a5..24be292 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 = '1.4.0'; + public const SDK_VERSION = '1.5.0'; }