Skip to content

Commit 1abc890

Browse files
committed
Expand Symfony and other dependencies to support version 8.0
Updated `composer.json` to include compatibility with Symfony 8.0 and revised other dependencies (e.g., `deptrac`, `infection`) to newer supported versions. This ensures the codebase remains future-proof and compatible with the latest releases.
1 parent 4f989c4 commit 1abc890

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

phpstan-baseline.neon

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ parameters:
6666
count: 1
6767
path: src/Bundle/DependencyInjection/Compiler/KeySetControllerCompilerPass.php
6868

69+
-
70+
message: '#^Class Jose\\Bundle\\JoseFramework\\DependencyInjection\\JoseFrameworkExtension extends internal class Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension\.$#'
71+
identifier: class.extendsInternalClass
72+
count: 1
73+
path: src/Bundle/DependencyInjection/JoseFrameworkExtension.php
74+
6975
-
7076
message: '#^Method Jose\\Bundle\\JoseFramework\\DependencyInjection\\JoseFrameworkExtension\:\:getConfiguration\(\) has parameter \$configs with no value type specified in iterable type array\.$#'
7177
identifier: missingType.iterableValue
@@ -2365,7 +2371,7 @@ parameters:
23652371
path: src/Bundle/DependencyInjection/Source/NestedToken/NestedToken.php
23662372

23672373
-
2368-
message: '#^Parameter \#1 \$configs of method Jose\\Bundle\\JoseFramework\\DependencyInjection\\Source\\NestedToken\\NestedTokenBuilder\:\:load\(\) expects array, mixed given\.$#'
2374+
message: '#^Parameter \#1 \$configs of method Jose\\Bundle\\JoseFramework\\DependencyInjection\\Source\\NestedToken\\NestedTokenLoader\:\:load\(\) expects array, mixed given\.$#'
23692375
identifier: argument.type
23702376
count: 1
23712377
path: src/Bundle/DependencyInjection/Source/NestedToken/NestedToken.php
@@ -3798,6 +3804,12 @@ parameters:
37983804
count: 1
37993805
path: src/Bundle/Resources/config/Algorithms/signature_experimental.php
38003806

3807+
-
3808+
message: '#^Access to constant on internal class Jose\\Component\\Core\\Util\\Ecc\\NistCurve\.$#'
3809+
identifier: classConstant.internalClass
3810+
count: 1
3811+
path: src/Bundle/Resources/config/analyzers.php
3812+
38013813
-
38023814
message: '#^Method Jose\\Bundle\\JoseFramework\\Serializer\\JWEEncoder\:\:getRecipientIndex\(\) has parameter \$context with no value type specified in iterable type array\.$#'
38033815
identifier: missingType.iterableValue
@@ -5598,6 +5610,12 @@ parameters:
55985610
count: 1
55995611
path: src/Library/Signature/Algorithm/ECDSA.php
56005612

5613+
-
5614+
message: '#^Call to internal static method ParagonIE_Sodium_Core_Ed25519\:\:publickey_from_secretkey\(\)\.$#'
5615+
identifier: staticMethod.internal
5616+
count: 1
5617+
path: src/Library/Signature/Algorithm/EdDSA.php
5618+
56015619
-
56025620
message: '#^Method Jose\\Component\\Signature\\Algorithm\\RSAPKCS1\:\:sign\(\) should return string but returns mixed\.$#'
56035621
identifier: return.type

0 commit comments

Comments
 (0)