Skip to content

Commit d8ab9a1

Browse files
authored
Bump version and workos-php to 4.0.0 (#50)
1 parent ddbb0c5 commit d8ab9a1

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
],
2323
"require": {
2424
"php": ">=5.6.0",
25-
"workos/workos-php": "^v3.3.0"
25+
"workos/workos-php": "^v4.0.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 = '3.1.0';
8+
public const SDK_VERSION = '4.0.0';
99
}

0 commit comments

Comments
 (0)