diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index b1b24ad..7c90752 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -38,4 +38,4 @@ blocks: - name: Laravel 7-ish commands: - bash bin/restore-cache-and-update-deps 7 - - composer run-script test \ No newline at end of file + - composer run-script test diff --git a/bin/restore-cache-and-update-deps b/bin/restore-cache-and-update-deps index ffbe7f9..c488c9f 100755 --- a/bin/restore-cache-and-update-deps +++ b/bin/restore-cache-and-update-deps @@ -23,7 +23,7 @@ case ${1} in ;; *) - printf "\nError: Specify either 5, 6 or 7 for Laravel version\n" + printf "\nError: Specify either 5, 6, or 7 for Laravel version\n" exit 1 ;; esac @@ -33,4 +33,5 @@ composer require laravel/framework=${laravel_version} composer u echo "Attempt to store cache in case of an initial miss" -cache store $KEY ./vendor \ No newline at end of file +cache store $KEY ./vendor + diff --git a/composer.json b/composer.json index 7a6561b..31d704c 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">=5.6.0", "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "workos/workos-php": "^2.1.0" + "workos/workos-php": "^v3.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.15 || ^3.6",