File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 54
54
"require-dev" : {
55
55
"ext-fileinfo" : " *" ,
56
56
"chillerlan/php-authenticator" : " ^5.2.1" ,
57
- "intervention/image" : " ^3.8 " ,
58
- "phpbench/phpbench" : " ^1.3 " ,
59
- "phpunit/phpunit" : " ^11.3 " ,
57
+ "intervention/image" : " ^3.11 " ,
58
+ "phpbench/phpbench" : " ^1.4 " ,
59
+ "phpunit/phpunit" : " ^11.5 " ,
60
60
"phpmd/phpmd" : " ^2.15" ,
61
- "phpstan/phpstan" : " ^2.0 " ,
61
+ "phpstan/phpstan" : " ^2.1 " ,
62
62
"phpstan/phpstan-deprecation-rules" : " ^2.0" ,
63
- "setasign/fpdf" : " ^1.8.2 " ,
63
+ "setasign/fpdf" : " ^1.8.6 " ,
64
64
"slevomat/coding-standard" : " ^8.15" ,
65
- "squizlabs/php_codesniffer" : " ^3.10 "
65
+ "squizlabs/php_codesniffer" : " ^3.11 "
66
66
},
67
67
"suggest" : {
68
68
"chillerlan/php-authenticator" : " Yet another Google authenticator! Also creates URIs for mobile apps." ,
Original file line number Diff line number Diff line change 110
110
<exclude-pattern >examples</exclude-pattern >
111
111
</rule >
112
112
113
- <rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat " >
113
+ <rule ref =" SlevomatCodingStandard.TypeHints.DNFTypeHintFormat " >
114
114
<properties >
115
- <property name =" withSpaces" value =" no" />
116
115
<property name =" shortNullable" value =" no" />
117
116
<property name =" nullPosition" value =" last" />
118
117
</properties >
You can’t perform that action at this time.
0 commit comments