Skip to content

Commit 7d19c7c

Browse files
jonatascastro12jonatas
and
jonatas
authored
Use workos-php 1.16.0. (#34)
Co-authored-by: jonatas <jonata@workos.com>
1 parent 01c9c6e commit 7d19c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=5.6.0",
2424
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
25-
"workos/workos-php": "^1.14.0"
25+
"workos/workos-php": "^1.16.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",

lib/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Version
66
{
77
public const SDK_IDENTIFIER = "WorkOS PHP Laravel";
8-
public const SDK_VERSION = '1.6.0';
8+
public const SDK_VERSION = '1.7.0';
99
}

0 commit comments

Comments
 (0)