Skip to content

Commit 246e130

Browse files
committed
General QA, bump deps
1 parent 3d0f149 commit 246e130

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"phpunit/phpunit": "^12.0.2",
5757
"psalm/plugin-phpunit": "^0.19.2",
5858
"squizlabs/php_codesniffer": "^3.11.3",
59-
"vimeo/psalm": "^6.6.0"
59+
"vimeo/psalm": "^6.6.1"
6060
},
6161
"provide": {
6262
"symfony/polyfill-ctype": "*",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<file>test</file>
1414

1515
<rule ref="Doctrine" />
16+
<rule ref="SlevomatCodingStandard.Classes.RequireAbstractOrFinal" />
1617

1718
<!-- This sniff does not yet work with readonly classes -->
1819
<rule ref="PSR1.Files.SideEffects">

0 commit comments

Comments
 (0)