Skip to content

Commit 9630f9e

Browse files
committed
Update dev dependencies
1 parent 8795e1d commit 9630f9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"ext-dom": "*",
2626
"ext-json": "*",
2727
"ext-xmlreader": "*",
28-
"inspirum/arrayable": "^1.2"
28+
"inspirum/arrayable": "^1.3"
2929
},
3030
"require-dev": {
3131
"ext-simplexml": "*",
32-
"inspirum/coding-standard": "^1.6",
32+
"inspirum/coding-standard": "^1.7",
3333
"phpstan/phpstan": "^2.0",
34-
"phpunit/phpunit": "^11.0",
34+
"phpunit/phpunit": "^11.5",
3535
"shipmonk/composer-dependency-analyser": "^1.8",
36-
"squizlabs/php_codesniffer": "^3.11"
36+
"squizlabs/php_codesniffer": "^3.12"
3737
},
3838
"autoload": {
3939
"psr-4": {

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<file>src</file>
55
<file>tests</file>
66
<rule ref="InspirumCodingStandard">
7-
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
7+
<exclude name="SlevomatCodingStandard.TypeHints.ClassConstantTypeHint.MissingNativeTypeHint"/>
88
</rule>
99
</ruleset>

0 commit comments

Comments
 (0)