File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
"ext-dom" : " *" ,
26
26
"ext-json" : " *" ,
27
27
"ext-xmlreader" : " *" ,
28
- "inspirum/arrayable" : " ^1.2 "
28
+ "inspirum/arrayable" : " ^1.3 "
29
29
},
30
30
"require-dev" : {
31
31
"ext-simplexml" : " *" ,
32
- "inspirum/coding-standard" : " ^1.6 " ,
32
+ "inspirum/coding-standard" : " ^1.7 " ,
33
33
"phpstan/phpstan" : " ^2.0" ,
34
- "phpunit/phpunit" : " ^11.0 " ,
34
+ "phpunit/phpunit" : " ^11.5 " ,
35
35
"shipmonk/composer-dependency-analyser" : " ^1.8" ,
36
- "squizlabs/php_codesniffer" : " ^3.11 "
36
+ "squizlabs/php_codesniffer" : " ^3.12 "
37
37
},
38
38
"autoload" : {
39
39
"psr-4" : {
Original file line number Diff line number Diff line change 4
4
<file >src</file >
5
5
<file >tests</file >
6
6
<rule ref =" InspirumCodingStandard" >
7
- <exclude name =" PSR1.Files.SideEffects.FoundWithSymbols " />
7
+ <exclude name =" SlevomatCodingStandard.TypeHints.ClassConstantTypeHint.MissingNativeTypeHint " />
8
8
</rule >
9
9
</ruleset >
You can’t perform that action at this time.
0 commit comments