Skip to content

Commit 965146f

Browse files
committed
🚿 dependency update
1 parent 0a8d48d commit 965146f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
"require-dev": {
5555
"ext-fileinfo": "*",
5656
"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",
6060
"phpmd/phpmd": "^2.15",
61-
"phpstan/phpstan": "^2.0",
61+
"phpstan/phpstan": "^2.1",
6262
"phpstan/phpstan-deprecation-rules": "^2.0",
63-
"setasign/fpdf": "^1.8.2",
63+
"setasign/fpdf": "^1.8.6",
6464
"slevomat/coding-standard": "^8.15",
65-
"squizlabs/php_codesniffer": "^3.10"
65+
"squizlabs/php_codesniffer": "^3.11"
6666
},
6767
"suggest": {
6868
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",

phpcs.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@
110110
<exclude-pattern>examples</exclude-pattern>
111111
</rule>
112112

113-
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
113+
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
114114
<properties>
115-
<property name="withSpaces" value="no"/>
116115
<property name="shortNullable" value="no"/>
117116
<property name="nullPosition" value="last"/>
118117
</properties>

0 commit comments

Comments
 (0)