Update abandoned web-token dependencies #200
continuous-integration.yml
on: pull_request
Matrix: PHPUnit
Matrix: Static Analysis
Annotations
31 errors and 2 warnings
PHPUnit (8.0, false, false)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires web-token/jwt-library ^2.0 || ^3.0 -> satisfiable by web-token/jwt-library[3.3.0, 3.3.1].
- web-token/jwt-library[3.3.0, ..., 3.3.1] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
|
PHPUnit (8.0, false, false)
Process completed with exit code 2.
|
PHPUnit (7.4, --prefer-lowest, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (7.4, --prefer-lowest, false, false)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires web-token/jwt-library ^2.0 || ^3.0 -> satisfiable by web-token/jwt-library[3.3.0, 3.3.1].
- web-token/jwt-library[3.3.0, ..., 3.3.1] require php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.
|
PHPUnit (7.4, --prefer-lowest, false, false)
Process completed with exit code 2.
|
PHPUnit (7.4, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (7.4, false, false)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires web-token/jwt-library ^2.0 || ^3.0 -> satisfiable by web-token/jwt-library[3.3.0, 3.3.1].
- web-token/jwt-library[3.3.0, ..., 3.3.1] require php >=8.1 -> your php version (7.4.33) does not satisfy that requirement.
|
PHPUnit (7.4, false, false)
Process completed with exit code 2.
|
PHPUnit (8.0, --prefer-lowest, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.0, --prefer-lowest, false, false)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires web-token/jwt-library ^2.0 || ^3.0 -> satisfiable by web-token/jwt-library[3.3.0, 3.3.1].
- web-token/jwt-library[3.3.0, ..., 3.3.1] require php >=8.1 -> your php version (8.0.30) does not satisfy that requirement.
|
PHPUnit (8.0, --prefer-lowest, false, false)
Process completed with exit code 2.
|
PHPUnit (8.3, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.3, false, false)
Process completed with exit code 255.
|
PHPUnit (8.2, --prefer-lowest, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.2, --prefer-lowest, false, false)
The operation was canceled.
|
PHPUnit (8.1, --prefer-lowest, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.1, --prefer-lowest, false, false)
The operation was canceled.
|
PHPUnit (8.2, true, true)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.2, true, true)
The operation was canceled.
|
PossiblyNullArrayAccess:
src/Claims/AggregateParser.php#L31
src/Claims/AggregateParser.php:31:19: PossiblyNullArrayAccess: Cannot access array value on possibly null variable $claims['_claim_sources'] of type array<string, array{JWT?: string, access_token?: string, endpoint?: string, ...<never, never>}>|null (see https://psalm.dev/079)
|
RiskyTruthyFalsyComparison:
src/Claims/DistributedParser.php#L67
src/Claims/DistributedParser.php:67:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
PossiblyNullArrayAccess:
src/Claims/DistributedParser.php#L83
src/Claims/DistributedParser.php:83:23: PossiblyNullArrayAccess: Cannot access array value on possibly null variable $claims['_claim_sources'] of type array<string, array{JWT?: string, access_token?: string, endpoint?: string, ...<never, never>}>|null (see https://psalm.dev/079)
|
PHPUnit (8.3, --prefer-lowest, false, false)
The job was canceled because "_8_0_false_false" failed.
|
RiskyTruthyFalsyComparison:
src/Service/UserInfoService.php#L83
src/Service/UserInfoService.php:83:48: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
PHPUnit (8.3, --prefer-lowest, false, false)
The operation was canceled.
|
RiskyTruthyFalsyComparison:
src/functions/get_endpoint_uri.php#L30
src/functions/get_endpoint_uri.php:30:9: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static Analysis (8.2)
Process completed with exit code 2.
|
PHPUnit (8.1, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.1, false, false)
The operation was canceled.
|
PHPUnit (8.2, false, false)
The job was canceled because "_8_0_false_false" failed.
|
PHPUnit (8.2, false, false)
The operation was canceled.
|
PHPUnit (8.0, false, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|