Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

chore(deps): update dependency vimeo/psalm to v5 #54

Merged
merged 3 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/php.yml
Expand Up @@ -10,15 +10,6 @@ on:

jobs:
php-library:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
with:
checks: phpunit,phpcs,psalm
php-version: '7.4'
extensions: pcov
secrets:
GPR_KEY: ${{ secrets.GPR_KEY }}

php-library-8-1:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v3
with:
checks: phpunit,phpcs,psalm,qodana
Expand Down
2 changes: 1 addition & 1 deletion Kronos/OAuth2Providers/Openid/JwksResponseParser.php
Expand Up @@ -8,7 +8,7 @@
class JwksResponseParser
{
/**
* @param array{keys:array<array-key,array{kid:string,n:string,e:string}>} $response
* @param array{keys:array<array-key,array{kid:string,n:string,e:string,...}>} $response
* @return array<string,Key>
*/
public function getVerificationKeys(array $response): array
Expand Down
4 changes: 4 additions & 0 deletions Kronos/OAuth2Providers/OpenidServiceInterface.php
Expand Up @@ -3,7 +3,11 @@
namespace Kronos\OAuth2Providers;

use Kronos\OAuth2Providers\Openid\IdToken\IdTokenInterface;
use Kronos\OAuth2Providers\Openid\OpenIdUser;

/**
* @template-extends OAuthServiceInterface<OpenIdUser>
*/
interface OpenidServiceInterface extends OAuthServiceInterface
{
/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "9.5.26",
"vimeo/psalm": "4.26.0",
"vimeo/psalm": "5.4.0",
"cyclonedx/cyclonedx-php-composer": "3.10.2",
"kronostechnologies/php-coding-standard": "2.0.0",
"squizlabs/php_codesniffer": "3.7.1"
Expand Down