From 0a39cc3ff1997d8c715fea15adf6adf1cd4683c3 Mon Sep 17 00:00:00 2001 From: Blair Lunceford Date: Wed, 12 Oct 2022 15:57:49 -0600 Subject: [PATCH] Use workos-php 1.17.0 --- composer.json | 2 +- lib/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 299d444..e51136e 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.16.0" + "workos/workos-php": "^1.17.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15 || ^3.6", diff --git a/lib/Version.php b/lib/Version.php index e8479eb..c8106c6 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.7.0'; + public const SDK_VERSION = '1.8.0'; }