Skip to content

Commit

Permalink
Update Laravel SDK for PHP v1.9.0 (#31)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
awolfden and Adam Wolfman authored Apr 13, 2022
1 parent a32e303 commit cc81890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"workos/workos-php": "^1.8.0"
"workos/workos-php": "^1.9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
final class Version
{
public const SDK_IDENTIFIER = "WorkOS PHP Laravel";
public const SDK_VERSION = '1.4.0';
public const SDK_VERSION = '1.5.0';
}

0 comments on commit cc81890

Please sign in to comment.