Skip to content

Commit cc81890

Browse files
awolfdenAdam Wolfman
and
Adam Wolfman
authored
Update Laravel SDK for PHP v1.9.0 (#31)
* Update PHP SDK version requirement to 1.9.0 * Update version of Laravel SDK to 1.5.0 * Add new line at the end of composer.json Co-authored-by: Adam Wolfman <adamwolfman@Adams-MBP-3.domain>
1 parent a32e303 commit cc81890

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.8.0"
25+
"workos/workos-php": "^1.9.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.4.0';
8+
public const SDK_VERSION = '1.5.0';
99
}

0 commit comments

Comments
 (0)