Skip to content

Commit 7bb8552

Browse files
committed
Composer: bump a few dependencies
Includes minor documentation update for the PHPCS ruleset.
1 parent 1282a5d commit 7bb8552

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"require-dev" : {
2323
"php" : "~8.4",
24-
"phpcsstandards/phpcsdevcs": "^1.1.6",
25-
"phpstan/phpstan": "^2.0.0"
24+
"phpcsstandards/phpcsdevcs": "^1.2.0",
25+
"phpstan/phpstan": "^2.1.15"
2626
},
2727
"config": {
2828
"allow-plugins": {

phpcs.xml.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@
2929
-->
3030

3131
<rule ref="PHPCSDev">
32-
<!-- Allow for the file docblock on the line directly following the PHP open tag.
33-
As the sniff in PHPCS does not use modular error codes (yet - see PR #2729),
34-
the complete error code needs to be disabled, not just the bit involving
35-
the file docblocks.
36-
-->
32+
<!-- Only needed for PHPCS 3.x. This exclusion can be removed when PHPCSDevCS drops support for PHPCS 3.x. -->
3733
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
34+
3835
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
3936
</rule>
4037

0 commit comments

Comments
 (0)