Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.6.0",
"workos/workos-php": "^v4.24.0"
"workos/workos-php": "^v4.26.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",
Expand Down Expand Up @@ -57,4 +57,4 @@
"format-check": "php vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no .",
"test": "php vendor/bin/phpunit tests"
}
}
}