Skip to content

Commit

Permalink
Bump workos-php Version to 0.7.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge authored Oct 14, 2020
1 parent d7aaafd commit a2d0e81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
{
"name": "workos/workos-php-laravel",
"description": "WorkOS PHP Library for Laravel",
"keywords": ["laravel", "laravel 5", "laravel 6", "laravel 7", "workos", "sdk", "sso"],
"keywords": [
"laravel",
"laravel 5",
"laravel 6",
"laravel 7",
"workos",
"sdk",
"sso"
],
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +20,7 @@
"require": {
"php": ">=5.6.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
"workos/workos-php": "0.6.0"
"workos/workos-php": "0.7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
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
{
const SDK_IDENTIFIER = "WorkOS PHP Laravel";
const SDK_VERSION = '0.6.0';
const SDK_VERSION = '0.7.0';
}

0 comments on commit a2d0e81

Please sign in to comment.