File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"require" : {
33
33
"php" : " >=8.1" ,
34
- "jumbojett/openid-connect-php" : " dev-master#c146b71 " ,
34
+ "jumbojett/openid-connect-php" : " ^1.0.0 " ,
35
35
"guzzlehttp/guzzle" : " ^7.5" ,
36
36
"web-token/jwt-encryption" : " ^3.1" ,
37
37
"web-token/jwt-key-mgmt" : " ^3.1" ,
43
43
"phpunit/phpunit" : " ^9.6" ,
44
44
"vimeo/psalm" : " ^5.8" ,
45
45
"phpstan/phpstan" : " ^1.10" ,
46
- "squizlabs/php_codesniffer" : " ^3.7 " ,
47
- "slevomat/coding-standard" : " ^8.8 " ,
46
+ "squizlabs/php_codesniffer" : " ^3.8 " ,
47
+ "slevomat/coding-standard" : " ^8.14 " ,
48
48
"ext-openssl" : " *"
49
49
},
50
50
"scripts" : {
Original file line number Diff line number Diff line change 7
7
8
8
<rule ref =" PSR12" />
9
9
10
+ <config name =" installed_paths" value =" vendor/slevomat/coding-standard" />
10
11
<rule ref =" SlevomatCodingStandard.Namespaces.UnusedUses" >
11
12
<properties >
12
13
<property name =" searchAnnotations" type =" boolean" value =" true" />
15
16
16
17
<rule ref =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes" >
17
18
<properties >
18
- <property name =" newlinesCountBetweenOpenTagAndDeclare " type =" int" value =" 2 " />
19
+ <property name =" linesCountBeforeDeclare " type =" int" value =" 1 " />
19
20
<property name =" spacesCountAroundEqualsSign" type =" int" value =" 0" />
20
21
</properties >
21
22
</rule >
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ class JweDecryptService implements JweDecryptInterface
20
20
* @param JWKSet $decryptionKeySet
21
21
* @param JWESerializerManager $serializerManager
22
22
* @param JWEDecrypter $jweDecrypter
23
- * phpcs:disable Squiz.Functions.MultiLineFunctionDeclaration.Indent -- waiting for phpcs 3.8.0
24
23
*/
25
24
public function __construct (
26
25
protected JWKSet $ decryptionKeySet ,
You can’t perform that action at this time.
0 commit comments