We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc81890 commit 01c9c6eCopy full SHA for 01c9c6e
composer.json
@@ -22,7 +22,7 @@
22
"require": {
23
"php": ">=5.6.0",
24
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
25
- "workos/workos-php": "^1.9.0"
+ "workos/workos-php": "^1.14.0"
26
},
27
"require-dev": {
28
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",
lib/Version.php
@@ -5,5 +5,5 @@
5
final class Version
6
{
7
public const SDK_IDENTIFIER = "WorkOS PHP Laravel";
8
- public const SDK_VERSION = '1.5.0';
+ public const SDK_VERSION = '1.6.0';
9
}
0 commit comments