Skip to content

Commit 01c9c6e

Browse files
authored
v1.6.0 (#33)
1 parent cc81890 commit 01c9c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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.9.0"
25+
"workos/workos-php": "^1.14.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",

lib/Version.php

Lines changed: 1 addition & 1 deletion
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.5.0';
8+
public const SDK_VERSION = '1.6.0';
99
}

0 commit comments

Comments
 (0)