Skip to content

Commit ceee938

Browse files
authored
Use workos-php 1.17.0 (#35)
1 parent 7d19c7c commit ceee938

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.16.0"
25+
"workos/workos-php": "^1.17.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.7.0';
8+
public const SDK_VERSION = '1.8.0';
99
}

0 commit comments

Comments
 (0)