Skip to content

Commit ba3884d

Browse files
Update WorkOS PHP to v3.2.0 (#45)
* Update WorkOS PHP to v3.2.0
1 parent 3a785aa commit ba3884d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ blocks:
3838
- name: Laravel 7-ish
3939
commands:
4040
- bash bin/restore-cache-and-update-deps 7
41-
- composer run-script test
41+
- composer run-script test

bin/restore-cache-and-update-deps

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case ${1} in
2323
;;
2424

2525
*)
26-
printf "\nError: Specify either 5, 6 or 7 for Laravel version\n"
26+
printf "\nError: Specify either 5, 6, or 7 for Laravel version\n"
2727
exit 1
2828
;;
2929
esac
@@ -33,4 +33,5 @@ composer require laravel/framework=${laravel_version}
3333
composer u
3434

3535
echo "Attempt to store cache in case of an initial miss"
36-
cache store $KEY ./vendor
36+
cache store $KEY ./vendor
37+

composer.json

Lines changed: 1 addition & 1 deletion
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": "^2.1.0"
25+
"workos/workos-php": "^v3.2.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",

0 commit comments

Comments
 (0)