We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b196 commit c3b3fecCopy full SHA for c3b3fec
composer.json
@@ -20,7 +20,7 @@
20
"require": {
21
"php": ">=5.6.0",
22
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
23
- "workos/workos-php": "0.7.0"
+ "workos/workos-php": "0.8.0"
24
},
25
"require-dev": {
26
"friendsofphp/php-cs-fixer": "^2.15",
lib/Version.php
@@ -5,5 +5,5 @@
5
final class Version
6
{
7
const SDK_IDENTIFIER = "WorkOS PHP Laravel";
8
- const SDK_VERSION = '0.7.0';
+ const SDK_VERSION = '0.8.0';
9
}
0 commit comments