Skip to content

Commit 7412e0a

Browse files
Henry Chanhenrylamchan
Henry Chan
authored andcommitted
Bump workos-php used and self to 0.5.1
1 parent 6090e95 commit 7412e0a

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=5.6.0",
1414
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
15-
"workos/workos-php": "0.5.0"
15+
"workos/workos-php": "0.5.1"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^2.15",

lib/Version.php

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

0 commit comments

Comments
 (0)