From 89efe68f3dafb60938fc62c4aeaabc8a4bf5d27d Mon Sep 17 00:00:00 2001 From: jonatas Date: Tue, 27 Sep 2022 15:29:48 -0300 Subject: [PATCH] Use workos-php 1.16.0. --- composer.json | 2 +- lib/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 072738d..299d444 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.14.0" + "workos/workos-php": "^1.16.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15 || ^3.6", diff --git a/lib/Version.php b/lib/Version.php index 978a2ef..e8479eb 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.6.0'; + public const SDK_VERSION = '1.7.0'; }